-
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
Showing
36 changed files
with
540 additions
and
826 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,8 @@ | ||
cmake_minimum_required(VERSION 2.8.3) | ||
project(robotiq_arg85_description) | ||
|
||
## Find catkin macros and libraries | ||
find_package(catkin REQUIRED) | ||
|
||
catkin_package() | ||
|
||
############# | ||
## Install ## | ||
############# | ||
|
||
install(DIRECTORY launch/ | ||
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch | ||
) | ||
|
||
install(DIRECTORY meshes/ | ||
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/meshes | ||
) | ||
|
||
install(DIRECTORY robots/ | ||
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}/launch | ||
) | ||
|
||
install(FILES urdf.rviz | ||
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} | ||
) | ||
|
||
############# | ||
## Testing ## | ||
############# | ||
|
||
if (CATKIN_ENABLE_TESTING) | ||
find_package(roslaunch REQUIRED) | ||
roslaunch_add_file_check(launch) | ||
endif() | ||
cmake_minimum_required(VERSION 3.22) | ||
project(robotiq_2f_140_gripper_visualization) | ||
find_package(ament_cmake REQUIRED) | ||
ament_package() | ||
|
||
install(DIRECTORY meshes DESTINATION share/${PROJECT_NAME}) | ||
install(DIRECTORY urdf DESTINATION share/${PROJECT_NAME}) | ||
install(DIRECTORY launch DESTINATION share/${PROJECT_NAME}) |
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 |
---|---|---|
@@ -1,12 +1,14 @@ | ||
robotiq_arg85_description | ||
========================= | ||
# Robotiq 140mm 2-Finger-Adaptive-Gripper | ||
|
||
[![Build Status](https://travis-ci.org/a-price/robotiq_arg85_description.svg?branch=master)](https://travis-ci.org/a-price/robotiq_arg85_description) | ||
This package contains the URDF files describing the 140mm stroke gripper from robotiq, also known as series **C3**. | ||
|
||
ROS package providing a URDF model of the Robotiq 2-Finger Adaptive Robot Gripper 85. | ||
To test the gripper URDF description type | ||
|
||
View the gripper in `RViz` by running | ||
``` | ||
roslaunch robotiq_2f_140_gripper_visualization test_2f_140_model.launch | ||
``` | ||
## Robot Visual | ||
![140](https://user-images.githubusercontent.com/8356912/49428409-463f8580-f7a6-11e8-8278-5246acdc5c14.png) | ||
|
||
roslaunch robotiq_arg85_description display.launch gui:=true | ||
|
||
![Display Model](images/display.png) | ||
## Robot Collision | ||
![1402](https://user-images.githubusercontent.com/8356912/49428407-463f8580-f7a6-11e8-9c4e-df69e478f107.png) |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
src/robotiq_arg85_description/launch/test_2f_140_model.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 @@ | ||
<?xml version="1.0" ?> | ||
|
||
<launch> | ||
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher" > | ||
<let name="robot_description" value="$(find xacro)/xacro $(find robotiq_2f_140_gripper_visualization)/urdf/robotiq_arg2f_140_model.xacro" /> | ||
|
||
</node> | ||
<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" /> | ||
<node name="rviz2" pkg="rviz2" type="rviz" args="-d $(find robotiq_2f_140_gripper_visualization)/visualize.rviz" required="true" /> | ||
</launch> |
Binary file added
BIN
+7.11 KB
src/robotiq_arg85_description/meshes/collision/robotiq_arg2f_140_inner_finger.stl
Binary file not shown.
Binary file added
BIN
+5.36 KB
src/robotiq_arg85_description/meshes/collision/robotiq_arg2f_140_inner_knuckle.stl
Binary file not shown.
Binary file added
BIN
+11.4 KB
src/robotiq_arg85_description/meshes/collision/robotiq_arg2f_140_outer_finger.stl
Binary file not shown.
Binary file added
BIN
+9.55 KB
src/robotiq_arg85_description/meshes/collision/robotiq_arg2f_140_outer_knuckle.stl
Binary file not shown.
Binary file added
BIN
+84.4 KB
src/robotiq_arg85_description/meshes/collision/robotiq_arg2f_base_link.stl
Binary file not shown.
Binary file added
BIN
+20.7 KB
src/robotiq_arg85_description/meshes/collision/robotiq_arg2f_coupling.stl
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-39.7 KB
src/robotiq_arg85_description/meshes/robotiq_85_base_link_coarse.STL
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+33.2 KB
src/robotiq_arg85_description/meshes/visual/robotiq_arg2f_140_inner_finger.stl
Binary file not shown.
Binary file added
BIN
+42.5 KB
src/robotiq_arg85_description/meshes/visual/robotiq_arg2f_140_inner_knuckle.stl
Binary file not shown.
Binary file added
BIN
+74.3 KB
src/robotiq_arg85_description/meshes/visual/robotiq_arg2f_140_outer_finger.stl
Binary file not shown.
Binary file added
BIN
+76.5 KB
src/robotiq_arg85_description/meshes/visual/robotiq_arg2f_140_outer_knuckle.stl
Binary file not shown.
Binary file added
BIN
+1.01 MB
src/robotiq_arg85_description/meshes/visual/robotiq_arg2f_base_link.stl
Binary file not shown.
Binary file added
BIN
+157 KB
src/robotiq_arg85_description/meshes/visual/robotiq_arg2f_coupling.stl
Binary file not shown.
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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
<?xml version="1.0"?> | ||
<package format="2"> | ||
<name>robotiq_arg85_description</name> | ||
<name>robotiq_2f_140_gripper_visualization</name> | ||
<version>1.0.0</version> | ||
<description>URDF files for Robotiq 2-Finger Adaptive Robot Gripper.</description> | ||
<maintainer email="arprice@gatech.edu">Andrew Price</maintainer> | ||
<description>Robotiq ARG 2-Finger 140mm model C3 description package</description> | ||
<license>BSD</license> | ||
<url type="website">http://ros.org/wiki/robotiq</url> | ||
<author email="ryan@rwsinnet.com">Ryan Sinnet</author> | ||
<maintainer email="ros@robotiq.com">Jean-Philippe Roberge</maintainer> | ||
<maintainer email="daniels.ordoez@gmail.com">Daniel Ordonez</maintainer> | ||
|
||
<buildtool_depend>catkin</buildtool_depend> | ||
<export> | ||
<build_type>ament_cmake</build_type> | ||
</export> | ||
|
||
<exec_depend>joint_state_publisher</exec_depend> | ||
<exec_depend>joint_state_publisher_gui</exec_depend> | ||
<exec_depend>robot_state_publisher</exec_depend> | ||
<exec_depend>rviz</exec_depend> | ||
|
||
<test_depend>roslaunch</test_depend> | ||
</package> |
Oops, something went wrong.