ROS drivers for OnRobot Grippers
- ROS Noetic (Python3)
- Controller for OnRobot RG2 / RG6 via Modbus/TCP
- Controller for OnRobot VG10 / VGC10 via Modbus/TCP
$ git clone [email protected]:takuya-ki/onrobot.git catkin_ws/src; cd catkin_ws
$ sudo rosdep install --from-paths ./src --ignore-packages-from-source --rosdistro noetic -y --os=ubuntu:focal -y
$ catkin build -DPYTHON_EXECUTABLE=/usr/bin/python3
- Connect the cable between Compute Box and Tool Changer
- Connect an ethernet cable between Compute Box and your computer
- Execute programs
$ roslaunch onrobot_rg_control bringup.launch gripper:=[rg2/rg6]
$ rosrun onrobot_rg_control OnRobotRGSimpleController.py
$ roslaunch onrobot_rg6_visualization disp_onrobot_rg6_model.launch
$ roslaunch onrobot_rg2_visualization disp_onrobot_rg2_model.launch
$ roslaunch onrobot_vg_control bringup.launch
$ rosrun onrobot_vg_control OnRobotVGSimpleController.py
$ roslaunch onrobot_vgc10_visualization disp_onrobot_vgc10_model.launch
$ roslaunch onrobot_vg10_visualization disp_onrobot_vg10_model.launch
This software is released under the MIT License, see LICENSE.