Skip to content

Commit af8d7fd

Browse files
committed
Fix README
1 parent d71b1cb commit af8d7fd

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,6 @@
66
Package for controlling the [Robotiq Hand-E gripper](https://robotiq.com/products/adaptive-grippers#Hand-E) using the [ROS 2 Control](https://control.ros.org/humble/doc/getting_started/getting_started.html) framework. It uses the [robotiq_hande_description](https://github.com/AGH-CEAI/robotiq_hande_description) package for URDF definitions. Originally developed for integration with Universal Robots e-Series (UR5e) and ROS 2 Humble, it is possible to modify this repository to fit your needs. **PRs are welcome!**
77

88

9-
![Control preview](docs/gripper_control.webp)
10-
11-
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
12-
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit)](https://github.com/pre-commit/pre-commit)
13-
[![DOI](https://zenodo.org/badge/898628878.svg)](https://doi.org/10.5281/zenodo.15047949)
14-
15-
Package for controlling the [Robotiq Hand-E gripper](https://robotiq.com/products/adaptive-grippers#Hand-E) using the [ROS 2 Control](https://control.ros.org/humble/doc/getting_started/getting_started.html) framework. It uses the [robotiq_hande_description](https://github.com/AGH-CEAI/robotiq_hande_description) package for URDF definitions. Originally developed for integration with Universal Robots e-Series (UR5e) and ROS 2 Humble, it is possible to modify this repository to fit your needs. **PRs are welcome!**
16-
17-
189
![Control preview](docs/gripper_control.webp)
1910

2011
---
@@ -26,6 +17,7 @@ Package for controlling the [Robotiq Hand-E gripper](https://robotiq.com/product
2617
```bash
2718
mkdir -p ~/ceai_ws
2819
cd ~/ceai_ws
20+
source /opt/ros/humble/setup.bash
2921
git clone git@github.com:AGH-CEAI/robotiq_hande_driver.git src/robotiq_hande_driver
3022
vcs import src < src/robotiq_hande_driver/robotiq_hande_driver/robotiq_hande_driver.repos
3123
colcon build --symlink-install

0 commit comments

Comments
 (0)