Skip to content

Commit

Permalink
Add topic remapping to launch
Browse files Browse the repository at this point in the history
* Add topic remapping to ease the setup of controlling gimbal from
  an external drone.
* Remap /external/ros2_gremsy/gimbal_goal to the drone's own namespace
  • Loading branch information
kidevuojarvi committed Jan 29, 2024
1 parent 7c880ab commit 36b6ded
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions launch/ros_gremsy_gimbal.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ def generate_launch_description():

}],
output='screen',
remappings=[
('ros2_gremsy/gimbal_goal', '/external/ros2_gremsy/gimbal_goal'),
],
),
),

Expand Down

0 comments on commit 36b6ded

Please sign in to comment.