DPtraj/NeuralTraj/src/plan_manage/launch/plan_node2.launch
2025-07-28 14:04:42 +08:00

12 lines
249 B
XML
Executable File

<launch>
<node pkg="plan_manage" type="plan_node" name="plan_node" output="screen">
<rosparam file="$(find plan_manage)/config/planning_office.yaml" command="load" />
<param name="scene" type="str" value="office" />
</node>
</launch>