Skip to content

Commit a56cb83

Browse files
committed
set enable_odom_tf to false
1 parent 673db98 commit a56cb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hunter_description/config/ackermann_like_controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ ackermann_like_controller:
2727
base_frame_id: base_link
2828
publish_rate: 50.0 # publish rate of odom and tf
2929
open_loop: false # if True, uses cmd_vel instead of hardware interface feedback to compute odometry
30-
enable_odom_tf: true # If True, publishes odom<-base_link TF
30+
enable_odom_tf: false # If True, publishes odom<-base_link TF
3131
odom_only_twist: false # If True, publishes on /odom only linear.x and angular.z; Useful for computing odometry in another node, e.g robot_localization's ekf
3232
pose_covariance_diagonal: [0.0, 7.0, 14.0, 21.0, 28.0, 35.0] # Need to be set if fusing odom with other localization source
3333
twist_covariance_diagonal: [0.0, 7.0, 14.0, 21.0, 28.0, 35.0] # Need to be set if fusing odom with other localization source

0 commit comments

Comments
 (0)