"git@code.research.uts.edu.au:eresearch/hpc_utilisation.git" did not exist on "6d977598f98c1a10969e02a8bb4021714bd4379a"
Newer
Older
Shaun Edwards
committed
<launch>
<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" />
<arg name="config" default="false" />
<arg unless="$(arg config)" name="command_args" value="" />
<arg if="$(arg config)" name="command_args" value="-d $(find ur5_joint_limited_moveit_config)/launch/moveit.rviz" />
<node name="$(anon rviz)" launch-prefix="$(arg launch_prefix)" pkg="rviz" type="rviz" respawn="false"
args="$(arg command_args)" output="screen">
<rosparam command="load" file="$(find ur5_joint_limited_moveit_config)/config/kinematics.yaml"/>
</node>
</launch>