Skip to content

Commit

Permalink
feat: added acquisinator calibration offsets messages
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzucchi committed May 31, 2024
1 parent d24258e commit 571348b
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions networks/secondary/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -2079,6 +2079,36 @@
}
}
},
{
"name": "ACQUISINATOR_CALIBRATIONS_OFFSETS",
"topic": "HYDRA",
"priority": 3,
"sending": [
"ACQUISINATOR"
],
"receiving": [],
"description": "Calibration offsets for acquisinatore",
"interval": 1000,
"contents": {
"acquisinator_id": "uint8",
"offset1": {
"type": "float32",
"range": [
-100.0,
100.0
],
"force": "uint16"
},
"offset2": {
"type": "float32",
"range": [
-100.0,
100.0
],
"force": "uint32"
}
}
},
{
"name": "LINK_DEFORMATION_FL_WHEEL",
"topic": "HYDRA",
Expand Down

0 comments on commit 571348b

Please sign in to comment.