Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

Commit

Permalink
Added vehicle namespace to frame id launches
Browse files Browse the repository at this point in the history
  • Loading branch information
mhl787156 committed Dec 5, 2021
1 parent c2fc2b5 commit 7443ae6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<group>
<push-ros-namespace namespace="$(var vehicle_namespace)"/>
<node name="trajectory_handler" pkg="position_trajectory_controller" exec="trajectory_handler" output="screen" respawn="true"/>
<param name="frame_id" value="map"/>
<param name="setpoint_frame_id" value="$(var vehicle_namespace)/setpoint"/>
<param name="vehicle_frame_id" value="$(var vehicle_namespace)/body"/>
</node>
</group>

</launch>

0 comments on commit 7443ae6

Please sign in to comment.