Skip to content

Commit

Permalink
using humble repo for gripper
Browse files Browse the repository at this point in the history
  • Loading branch information
johnny555 committed Aug 8, 2024
1 parent de2cdbf commit ba2b638
Show file tree
Hide file tree
Showing 36 changed files with 540 additions and 826 deletions.
13 changes: 0 additions & 13 deletions src/robotiq_arg85_description/.travis.yml

This file was deleted.

44 changes: 8 additions & 36 deletions src/robotiq_arg85_description/CMakeLists.txt
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})
18 changes: 10 additions & 8 deletions src/robotiq_arg85_description/README.md
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 removed src/robotiq_arg85_description/images/display.png
Binary file not shown.
27 changes: 0 additions & 27 deletions src/robotiq_arg85_description/launch/display.launch

This file was deleted.

10 changes: 10 additions & 0 deletions src/robotiq_arg85_description/launch/test_2f_140_model.launch
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 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 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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
20 changes: 10 additions & 10 deletions src/robotiq_arg85_description/package.xml
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>
Loading

0 comments on commit ba2b638

Please sign in to comment.