Skip to content

Commit

Permalink
fix/velocity_smoother_odom_topic
Browse files Browse the repository at this point in the history
  • Loading branch information
shunki1006 authored Nov 9, 2023
1 parent d5e7630 commit 6b80bf1
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 6b80bf1

Please sign in to comment.