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.
dg3f_m_driver ROS 2 Package π
π Overview
The dg3f_m_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/dg3f_m_driver --ignore-src -r -y
Verify Installation by Building
colcon build --packages-select dg3f_m_driver
ποΈ Controlling Delto Gripper-3F-M
1. Loading a URDF model into Gazebo
Launch the Left Delto Gripper-3F-M controller with:
ros2 launch dg3f_m_driver dg3f_m_driver.launch.py
2. Hereβs a simple topic-based control command example:
- Python Example: dg3f_m_test.py
Run the Python test script:
ros2 run dg3f_m_driver dg3f_m_test.py
- π» C++ Example: dg3f_m_test.cpp
Run the CPP test code:
ros2 run dg3f_m_driver dg3f_m_test_cpp
π€ 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 dg3f_m_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.