You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<!-- 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=stretch_moveit_config"
|
|
launch-prefix="$(arg launch_prefix)"
|
|
output="screen" />
|
|
|
|
</launch>
|