Skip to content

Commit

Permalink
Merge pull request #77 from KBKN-Autonomous-Robotics-Lab/fix/velocity…
Browse files Browse the repository at this point in the history
…_smoother_odom_topic

fix/velocity_smoother_odom_topic
  • Loading branch information
Alpaca-zip authored Nov 9, 2023
2 parents d5e7630 + 6b80bf1 commit d90c0ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orange_navigation/config/navigation2_params.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ velocity_smoother:
min_velocity: [-1.0, 0.0, -1.0]
max_accel: [0.5, 0.0, 0.5]
max_decel: [-0.5, 0.0, -0.5]
odom_topic: "odom"
odom_topic: "/fusion/odom"
odom_duration: 0.1
deadband_velocity: [0.0, 0.0, 0.0]
velocity_timeout: 1.0

0 comments on commit d90c0ac

Please sign in to comment.