Skip to content

Commit

Permalink
added messages for rear encoders
Browse files Browse the repository at this point in the history
  • Loading branch information
gmazzucchi committed Jul 21, 2024
1 parent 6ed21fb commit 231b3f5
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion networks/secondary/network.json
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@
"ECU"
],
"receiving": [],
"description": "Encoder and inverter speed in rad/sec",
"description": "Front encoder speed in rad/sec",
"interval": 10,
"contents": {
"fl": {
Expand All @@ -1730,6 +1730,35 @@
}
}
},
{
"name": "REAR_ANGULAR_VELOCITY",
"topic": "HYDRA",
"priority": 3,
"sending": [
"DITOCAN"
],
"receiving": [],
"description": "Rear encoders speed in rad/sec",
"interval": 10,
"contents": {
"rl": {
"type": "float32",
"force": "uint16",
"range": [
-200,
200
]
},
"rr": {
"type": "float32",
"force": "uint16",
"range": [
-200,
200
]
}
}
},
{
"name": "HV_SOC_ESTIMATION_STATE",
"topic": "HYDRA",
Expand Down

0 comments on commit 231b3f5

Please sign in to comment.