Skip to content

Commit acaf918

Browse files
authored
diff_drive base_frame_id param (#495)
changed default value from `odom` -> `base_link`
1 parent e0a373a commit acaf918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

diff_drive_controller/src/diff_drive_controller_parameter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ diff_drive_controller:
4646
}
4747
base_frame_id: {
4848
type: string,
49-
default_value: "odom",
49+
default_value: "base_link",
5050
description: "Name of the robot's base frame that is child of the odometry frame.",
5151
}
5252
pose_covariance_diagonal: {

0 commit comments

Comments
 (0)