rosee_msg/NewGenericGraspingAction Message

File: rosee_msg/NewGenericGraspingAction.msg

Raw Message Definition

# Message which include all the infos necessary to insert a new action in the system 
# (https://github.com/ADVRHumanoids/ROSEndEffector/issues/71)

# name of the action
string action_name

# Motor Position
MotorPosition action_motor_position

# OPTIONAL The mask which says if the motor is used by the action (count > 0) or not (count = 0).
# take care that if it is not included, the not used joint will be considered the ones with 0 position
JointsInvolvedCount action_motor_count
                                  
# OPTIONAL field to indicate which hand element will be moved by the action
string[] elements_involved

Compact Message Definition

string action_name
rosee_msg/MotorPosition action_motor_position
rosee_msg/JointsInvolvedCount action_motor_count
string[] elements_involved