Skip to content

Commit

Permalink
Update diff_drive controller parameters (#462) (#464)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3e30a21)

Co-authored-by: Wiktor Bajor <[email protected]>
  • Loading branch information
mergify[bot] and Wiktor-99 authored Dec 23, 2024
1 parent 5d116f8 commit 2e36070
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions gz_ros2_control_demos/config/diff_drive_controller_velocity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,17 @@ diff_drive_base_controller:
# Whenever a min_* is unspecified, default to -max_*
linear.x.has_velocity_limits: true
linear.x.has_acceleration_limits: true
linear.x.has_jerk_limits: false
linear.x.max_velocity: 1.0
linear.x.min_velocity: -1.0
linear.x.max_acceleration: 1.0
linear.x.max_jerk: 0.0
linear.x.min_jerk: 0.0
linear.x.max_jerk: .NAN
linear.x.min_jerk: .NAN

angular.z.has_velocity_limits: true
angular.z.has_acceleration_limits: true
angular.z.has_jerk_limits: false
angular.z.max_velocity: 1.0
angular.z.min_velocity: -1.0
angular.z.max_acceleration: 1.0
angular.z.min_acceleration: -1.0
angular.z.max_jerk: 0.0
angular.z.min_jerk: 0.0
angular.z.max_jerk: .NAN
angular.z.min_jerk: .NAN

0 comments on commit 2e36070

Please sign in to comment.