Skip to content

Commit a8b5c9b

Browse files
committedAug 15, 2023
Update README
1 parent d1b4034 commit a8b5c9b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed
 

‎README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# robotiq
22

3-
ROS metapackage developed by the [Control Robotics Intelligence Group](http://www.ntu.edu.sg/home/cuong/) from the [Nanyang Technological University, Singapore](http://www.ntu.edu.sg).
3+
ROS metapackage based on the package developed by the [Control Robotics Intelligence Group](http://www.ntu.edu.sg/home/cuong/) from the [Nanyang Technological University, Singapore](http://www.ntu.edu.sg).
44

55
## Setup
66

77
* Robotiq 85 Gripper with K-1363 Controller. (Modbus TCP/IP)
8-
8+
* Robotiq Hand-e (Universal Robots e-series)
99

1010
## Maintainer
1111

12-
[Francisco Suárez Ruiz](fsuarez6.github.io)
12+
[Cristian Beltran](cristianbehe.me)
1313

1414
## Documentation
1515

@@ -18,15 +18,16 @@ ROS metapackage developed by the [Control Robotics Intelligence Group](http://ww
1818

1919
## Installation
2020

21+
see [ur3-repo](https://github.com/cambel/ur3) for a complete example using the UR3e robot in Gazebo simulator.
22+
2123
Go to your ROS working directory. e.g.
2224
```{bash}
2325
cd ~/catkin_ws/src
2426
```
2527

2628
Clone these repository:
2729
```{bash}
28-
git clone https://github.com/crigroup/robotiq.git
29-
git clone https://github.com/crigroup/openrave_catkin.git
30+
git clone https://github.com/cambel/robotiq.git
3031
```
3132

3233
Install any missing dependencies using rosdep:

0 commit comments

Comments
 (0)
Please sign in to comment.