Skip to content

Commit

Permalink
Remove publish_rate parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Najjar authored Feb 20, 2023
1 parent cea0546 commit 4a309eb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ tricycle_controller:
# Odometry
odom_frame_id: odom
base_frame_id: base_link
publish_rate: 50.0 # publish rate of odom and tf
open_loop: false # if True, uses cmd_vel instead of hardware interface feedback to compute odometry
enable_odom_tf: true # If True, publishes odom<-base_link TF
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
Expand Down

0 comments on commit 4a309eb

Please sign in to comment.