mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
Three models that can run in rviz have been updated
This commit is contained in:
parent
14f7f4ba8c
commit
a7ac50521c
3 changed files with 0 additions and 41 deletions
|
|
@ -1,10 +0,0 @@
|
|||
<?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>
|
||||
|
|
@ -1,21 +0,0 @@
|
|||
<?xml version="1.0"?>
|
||||
<launch>
|
||||
|
||||
|
||||
<!-- urdf文件,模型文件的路径-->
|
||||
<arg name="firefighter" default="$(find mycobot_description)/urdf/mycobot_pi/mycobot_urdf.urdf"/>
|
||||
|
||||
|
||||
|
||||
<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" />
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Show in Rviz-->
|
||||
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find urdf_tutorial)/urdf.rviz" />
|
||||
</launch>
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
<?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>
|
||||
Loading…
Add table
Reference in a new issue