Skip to content

Commit

Permalink
Remap to /tf (#506) (#507)
Browse files Browse the repository at this point in the history
(cherry picked from commit 37b8ceb)

Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com>
  • Loading branch information
mergify[bot] and christophfroehlich authored Feb 20, 2025
1 parent 8a34ce5 commit 567616e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ def robot_state_publisher(context):
arguments=['ackermann_steering_controller',
'--param-file',
robot_controllers,
'--controller-ros-args',
'-r /ackermann_steering_controller/tf_odometry:=/tf',
],
)

Expand Down
2 changes: 2 additions & 0 deletions gz_ros2_control_demos/launch/mecanum_drive_example.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ def generate_launch_description():
'mecanum_drive_controller',
'--param-file',
robot_controllers,
'--controller-ros-args',
'-r /mecanum_drive_controller/tf_odometry:=/tf',
],
)

Expand Down

0 comments on commit 567616e

Please sign in to comment.