Skip to content

Commit 2fce25b

Browse files
committed
Added action client to path planner for trajectory tracking
1 parent f433b09 commit 2fce25b

File tree

2 files changed

+210
-152
lines changed

2 files changed

+210
-152
lines changed

path_planning/sam_path_planning/launch/sam_path_planning.launch

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,4 @@
3131
<param name="lcg_percentage" value="40.0"/>
3232
</node>
3333

34-
35-
<node name="map_ned_pub" pkg="tf2_ros" exec="static_transform_publisher" args="0 0 0 1.5707 0 3.1415 map$(var tf_suffix) map_ned$(var tf_suffix)" />
36-
<node name="mocap_ned_pub" pkg="tf2_ros" exec="static_transform_publisher" args="0 -1 1 1.5707 0 3.1415 $(var robot_name)/odom mocap" />
37-
<node name="baselink_ned_pub" pkg="tf2_ros" exec="static_transform_publisher" args="0 0 0 1.5707 0 3.1415 $(var robot_name)/base_link$(var tf_suffix) $(var robot_name)/base_link_ned$(var tf_suffix) " />
38-
3934
</launch>

0 commit comments

Comments
 (0)