Skip to content

Commit

Permalink
Scaled acceleration more appropriately
Browse files Browse the repository at this point in the history
  • Loading branch information
VincidaB committed Apr 26, 2024
1 parent 06a7759 commit c2e3970
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ezbot_robot/config/omnidirectional_controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ omnidirectional_controller:
linear_max_velocity: 5.0

linear_has_acceleration_limits: true
linear_max_acceleration: 10.0
linear_min_acceleration: -10.0
linear_max_acceleration: 2.0
linear_min_acceleration: -2.0

angular_has_acceleration_limits: true
angular_max_acceleration: 2.0
Expand Down

0 comments on commit c2e3970

Please sign in to comment.