tesollo_ros2

Delto Gripper ROS 2 Packages for Tesollo's Robotic Grippers

GitHub ROS 2 Humble ROS 2 Jazzy License

Product LineupΒΆ

DG-5F

DG-5F

5-Finger Hand

DG-5F-S

DG-5F-S

5-Finger Small

DG-4F

DG-4F

4-Finger Gripper

DG-3F-M

DG-3F-M

3-Finger Gripper

DG-2F

DG-2F

Not Supported

DG-1F

DG-1F

Not Supported

Quick StartΒΆ

# Clone (example: DG-5F left hand)
git clone https://github.com/tesollodelto/tesollo_ros2.git
cd tesollo_ros2
git submodule update --init dg5f_ros2 dg_common/dg_tcp_comm dg_common/dg_hardware
# Optional: include dg_sdk_ros2_bridge if you need the Delto SDK bridge
# git submodule update --init dg_sdk_ros2_bridge

# Build
cd ~/ros2_ws && colcon build --symlink-install && source install/setup.bash

# Launch
ros2 launch dg5f_driver dg5f_left_driver.launch.py