mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-14 09:00:53 +00:00
10 lines
488 B
XML
10 lines
488 B
XML
<?xml version="1.0"?>
|
|
<launch>
|
|
<arg name="firefighter" />
|
|
<arg name="gui" default="False" />
|
|
<param name="robot_description" textfile="$(arg model)" />
|
|
<param name="use_gui" value="$(arg gui)"/>
|
|
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" ></node>
|
|
<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" />
|
|
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find urdf_tutorial)/urdf.rviz" />
|
|
</launch>
|