No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro kilted. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.
Package Summary
Tags | No category tags. |
Version | 0.0.1 |
License | BSD3-clause |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Description | A repo containing essential ROS2 Humble features for controlling Autonomous Mobile Robots (AMRs) and robotic arm manipulators. |
Checkout URI | https://github.com/j3soon/ros2-essentials.git |
VCS Type | git |
VCS Version | main |
Last Updated | 2025-06-26 |
Dev Status | UNKNOWN |
CI status | No Continuous Integration |
Released | UNRELEASED |
Tags | docker robotics docker-compose ros isaac slam nvidia-docker ros2 isaacsim isaac-sim nav2 omniverse ros2-humble |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Tesollo DGr-3F-M ROS2 package
Additional Links
No additional links.
Maintainers
- hong
Authors
No additional authors.
dg5f_driver ROS 2 Package ๐
๐ Overview
The dg5f_driver
ROS 2 package provides a hardware interface leveraging ros2_control for the DG-3F-M grippers, enabling direct robotic control operations.
๐ฆ Dependency Installation
Navigate to Workspace
cd ~/your_ws
Update rosdep
apt update
rosdep update
Install Specific Dependencies
rosdep install --from-paths src/DELTO_M_ROS2/dg5f_driver --ignore-src -r -y
Verify Installation by Building
colcon build --packages-select dg5f_driver
โ ๏ธ Before You Control: Notes
The dg5f_driver (ros2 control) are currently using operates in Developer Mode, which uses a custom protocol over Ethernet. If the gripper is set to Developer Mode, please make sure that switches โก and โฃ are in the correct positions, as shown in the attached image.
๐๏ธ Controlling Delto Gripper-5F-LEFT
1. Loading Delto-Gripper-5F-LEFT controller
Launch the Delto Gripper-5F-LEFT controller with:
ros2 launch dg5f_driver dg5f_left_driver.launch.py
2. Hereโs a simple topic-based control command example:
- Python Example: dg5f_left_test.py
Run the Python test script:
ros2 run dg5f_driver dg5f_left_test.py
๐๏ธ Controlling Delto Gripper-5F-RIGHT
1. Loading Delto-Gripper-5F-RIGHT controller
Launch the Delto Gripper-5F-RIGHT controller with:
ros2 launch dg5f_driver dg5f_right_driver.launch.py
2. Hereโs a simple topic-based control command example:
- Python Example: dg5f_right_test.py
Run the Python test script:
ros2 run dg5f_driver dg5f_right_test.py
๐ค Contributing
Contributions are encouraged:
- Fork repository
- Create branch (
git checkout -b feature/my-feature
) - Commit changes (
git commit -am 'Add my feature'
) - Push (
git push origin feature/my-feature
) - Open pull request
๐ License
BSD-3-Clause
๐ง Contact
CHANGELOG
No CHANGELOG found.
Wiki Tutorials
This package does not provide any links to tutorials in it's rosindex metadata.
You can check on the ROS Wiki Tutorials page for the package.
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
ament_lint_auto | |
ament_lint_common | |
rclcpp | |
std_msgs | |
pluginlib | |
hardware_interface |
System Dependencies
Name |
---|
boost |
Dependant Packages
No known dependants.
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged dg5f_driver at Robotics Stack Exchange
No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.