Skip to content

Commit 28b7df3

Browse files
authored
Created one launch file for robotiq_description (#2)
1 parent 745fe31 commit 28b7df3

File tree

4 files changed

+5
-20
lines changed

4 files changed

+5
-20
lines changed
+5-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0"?>
22
<launch>
3-
<arg name="gui" default="True" />
4-
5-
<param name="robot_description" command="$(find xacro)/xacro --inorder $(find robotiq_description)/urdf/robotiq_85_gripper.xacro" />
6-
7-
<param name="use_gui" value="$(arg gui)"/>
3+
<!-- Possibilities: robotiq_hande_gripper and robotiq_85_gripper -->
4+
<arg name="gripper_name" default="robotiq_85_gripper" doc="name of the gripper you want to visualise"/>
5+
6+
<param name="robot_description" command="$(find xacro)/xacro --inorder $(find robotiq_description)/urdf/$(arg gripper_name).xacro" />
87
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" />
9-
108
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher" />
119

12-
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find robotiq_description)/config/robotiq_85.rviz " required="true" />
10+
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find robotiq_description)/config/$(arg gripper_name).rviz " required="true" />
1311
</launch>

robotiq_description/launch/display_hande.launch

-13
This file was deleted.

0 commit comments

Comments
 (0)