Skip to content

Commit

Permalink
Update diff_drive_controller.yaml (#224)
Browse files Browse the repository at this point in the history
The wrong base frame is set. The name of the link in the URDF is chassis.

(cherry picked from commit c915939)
  • Loading branch information
DLu authored and mergify[bot] committed Aug 15, 2023
1 parent 8ce8733 commit 4c0887a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ diff_drive_base_controller:

publish_rate: 50.0
odom_frame_id: odom
base_frame_id: base_link
base_frame_id: chassis
pose_covariance_diagonal : [0.001, 0.001, 0.0, 0.0, 0.0, 0.01]
twist_covariance_diagonal: [0.001, 0.0, 0.0, 0.0, 0.0, 0.01]

Expand Down

0 comments on commit 4c0887a

Please sign in to comment.