-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
919a6e0
commit cc11266
Showing
7 changed files
with
27 additions
and
215 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
scara_arm_description/launch/display_two_finger_gripper.launch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<launch> | ||
<arg name="model" default="$(find scara_arm_description)/urdf/scara_arm_two_finger_gripper.xacro"/> | ||
<arg name="gui" default="true"/> | ||
<arg name="rvizconfig" default="$(find scara_arm_description)/launch/urdf.rviz"/> | ||
<param name="robot_description" command="$(find xacro)/xacro $(arg model)"/> | ||
<param name="use_gui" value="$(arg gui)"/> | ||
<node name="joint_state_publisher_gui" pkg="joint_state_publisher_gui" type="joint_state_publisher_gui"/> | ||
<node name="robot_state_publisher" pkg="robot_state_publisher" type="robot_state_publisher"/> | ||
<node name="rviz" pkg="rviz" args="-d $(arg rvizconfig)" type="rviz" required="true"/> | ||
</launch> |
2 changes: 1 addition & 1 deletion
2
...ion/launch/display_suction_gripper.launch → ...tion/launch/display_vacuum_gripper.launch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
213 changes: 0 additions & 213 deletions
213
scara_arm_description/urdf/scara_arm_suction_gripper.xacro
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" ?> | ||
<robot name="scara_arm_vacuum_gripper" xmlns:xacro="http://www.ros.org/wiki/xacro"> | ||
|
||
<xacro:include filename="$(find scara_arm_description)/urdf/scara_arm.xacro" /> | ||
<xacro:include filename="$(find vacuum_gripper_description)/urdf/vacuum_gripper.xacro" /> | ||
|
||
|
||
<joint name="gripper_attach" type="fixed"> | ||
<origin xyz="0 0 0" rpy="0 0 0"/> | ||
<parent link="link_04_1"/> | ||
<child link="gripper_base_link"/> | ||
</joint> | ||
|
||
|
||
</robot> |