Skip to content

Tiqo01/onrobot2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

onrobot2

support level: community License: MIT

ROS 2 drivers for OnRobot Grippers. This repository is based on Osaka-University-Harada-Laboratory/onrobot.

Features

Dependency

  • pymodbus==2.5.3

Installation

cd my_ws/src
git clone https://github.com/Tiqo01/onrobot2.git 
cd ../
sudo rosdep install --from-paths ./src --ignore-packages-from-source 
colcon build

RG2 / RG6

Send motion commands

Interactive mode
ros2 launch onrobot2_rg_control bringup.launch.py 
ros2 run onrobot2_rg_control OnRobotRGSimpleController.py
ROS service call
ros2 launch onrobot2_rg_control bringup.launch.py 
ros2 run onrobot2_rg_control OnRobotRGSimpleControllerServer.py
ros2 service call /onrobot_rg/set_command "{command: 'c'}"
ros2 service call /onrobot_rg/set_command "{command: 'o'}"
ros2 service call /onrobot_rg/set_command "{command: 'c'}"

License

This software is released under the MIT License, see LICENSE.

About

ROS2 drivers for OnRobot Grippers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published