Skip to content

Commit 526cd42

Browse files
committed
Add the fixed model for the 3f gripper; this won't allow any feedback in rviz, but it will satisfy MoveIt's requirements to have a completely-defined robot state.
1 parent bf015ea commit 526cd42

File tree

6 files changed

+1335
-4
lines changed

6 files changed

+1335
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" ?>
2+
3+
<launch>
4+
<arg name="gui" default="True" />
5+
<param name="robot_description" command="$(find xacro)/xacro $(find robotiq_3f_gripper_visualization)/urdf/robotiq_3f_fixed_model.urdf.xacro" />
6+
<param name="use_gui" value="$(arg gui)"/>
7+
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" />
8+
<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" />
9+
<node name="rviz" pkg="rviz" type="rviz" args="-d $(find robotiq_3f_gripper_visualization)/visualize.rviz" required="true" />
10+
</launch>

0 commit comments

Comments
 (0)