Update README.md

This commit is contained in:
Ian Chuang 2024-08-02 17:51:46 -07:00 committed by GitHub
parent 0fcb93fec8
commit fc4f80fdfb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,7 @@
# DH AG95 Gripper ROS2 Driver
**Important:** This is a dependency: https://github.com/ian-chuang/serial-ros2
This repository contains a ROS2 driver for controlling the DH Robotics AG95 Gripper. It builds upon the low-level code from [DH Robotics' ROS1 driver](https://github.com/DH-Robotics/dh_gripper_ros) and integrates it with ros2_control, following the structure of [ros2_robotiq_gripper](https://github.com/PickNikRobotics/ros2_robotiq_gripper).
**Note:** This driver has been tested on Ubuntu 22.04 and ROS2 Humble.
@ -75,4 +77,4 @@ ros2 topic pub /forward_position_controller/commands std_msgs/msg/Float64MultiAr
To view the URDF, use:
```bash
ros2 launch dh_ag95_description view_dh_ag95.launch.py
```
```