• Diff for "softmatics/Tutorials/Control of an SOFTmatics Gripper (ROS Noetic)"
Differences between revisions 1 and 2
Revision 1 as of 2023-07-01 05:50:02
Size: 1851
Comment:
Revision 2 as of 2023-07-01 06:24:44
Size: 1979
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
## note.0=
Line 11: Line 10:
## title = ## title =Control of an SOFTmatics Gripper (ROS Noetic)
Line 13: Line 12:
## description = ## description =This tutorial assumes that you have a SOFTmatics Gripper. The Gripper should be connected to a network, which has been properly configured.
Line 20: Line 19:
## level= (BeginnerCategory, IntermediateCategory, AdvancedCategory) ## level=BeginnerCategory

(!) Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags.

Control of an SOFTmatics Gripper (ROS Noetic)

Description: This tutorial assumes that you have a SOFTmatics Gripper. The Gripper should be connected to a network, which has been properly configured.

Tutorial Level: BEGINNER

Prerequisites

This tutorial assumes that you have a SOFTmatics Gripper. The Gripper should be connected to a network, which has been properly configured.

To be able to send signals for opening and closing the solenoid valve, the sketch.ino have to be uploaded to the Arduino board beforehand.

$ roslaunch roslaunch softmatics_device trigger.launch

ROS Service to execute Grasp/Release of SOFTmatics Gripper

Run the SOFTmatics Gripper Driver Node

The Gripper is driven by the node "trigger.py" contained in the package "softmatics_device".

For example, the driver for controlling a SOFTmatics Gripper is launched using the following command:

$ roslaunch roslaunch softmatics_device trigger.launch

Then, you call the service "/softmatics_device/toggle" to turn on/off air supply as below.

$ rosservice call /softmatics_device/toggle

Wiki: softmatics/Tutorials/Control of an SOFTmatics Gripper (ROS Noetic) (last edited 2023-07-01 06:24:44 by TakuyaKiyokawa)