Skip to content

Commit

Permalink
updated json to send torque limiting percentages
Browse files Browse the repository at this point in the history
  • Loading branch information
caiodasilva2005 committed Nov 19, 2024
1 parent a7015f1 commit 1dd0c99
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions cangen/can-messages/mpu.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,20 @@
}
]
}
,
{
"name": "MPU/State/TorqueLimit",
"unit": "percentage",
"sim_min": 0,
"sim_max": 1,
"sim_inc_min": 0.1,
"sim_inc_max": 0.1,
"points": [
{
"size": 8
}
]
}
]
}
,
Expand Down

0 comments on commit 1dd0c99

Please sign in to comment.