You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reads to me like the robot would have a maximal acceleration to the left (positive values) of 3.5, and a maximal acceleration to the right (negative values) of -3.5*1.2. This does not seem to be intended behavior.
Linear acceleration seems to have the same issue, allowing faster acceleration when going backwards.
The text was updated successfully, but these errors were encountered:
The limiter contains following relevant code:
This reads to me like the robot would have a maximal acceleration to the left (positive values) of
3.5
, and a maximal acceleration to the right (negative values) of-3.5*1.2
. This does not seem to be intended behavior.Linear acceleration seems to have the same issue, allowing faster acceleration when going backwards.
The text was updated successfully, but these errors were encountered: