mycobot_ros/mypalletizer_260_moveit/launch/setup_assistant.launch
2929ss 69e8c72266
add mypal260 with urdf, communication, moveit (#56)
* add mypal260 with urdf,communication,moveit
2022-03-10 17:22:13 +08:00

15 lines
542 B
XML

<!-- Re-launch the MoveIt! Setup Assistant with this configuration package already loaded -->
<launch>
<!-- Debug Info -->
<arg name="debug" default="false" />
<arg unless="$(arg debug)" name="launch_prefix" value="" />
<arg if="$(arg debug)" name="launch_prefix" value="gdb --ex run --args" />
<!-- Run -->
<node pkg="moveit_setup_assistant" type="moveit_setup_assistant" name="moveit_setup_assistant"
args="--config_pkg=mypalletizer_260_moveit"
launch-prefix="$(arg launch_prefix)"
output="screen" />
</launch>