srs_interaction_primitives/AddObject Service

File: srs_interaction_primitives/AddObject.srv

Raw Message Definition

string frame_id                     # Fixed Frame
string name                         # object name
string description                  # object description
uint8 pose_type                     # way to set the pose
geometry_msgs/Pose pose             # position and orientation of the object 
geometry_msgs/Point bounding_box_lwh
std_msgs/ColorRGBA color            # color of the object and bounding box 
arm_navigation_msgs/Shape shape     # shape of the model
string resource                     # resource file with model
bool use_material                   # usage of material (or color)
bool allow_pregrasp                 # allows or disables pre-grasp menu entries
--- 

Compact Message Definition

string frame_id
string name
string description
uint8 pose_type
geometry_msgs/Pose pose
geometry_msgs/Point bounding_box_lwh
std_msgs/ColorRGBA color
arm_navigation_msgs/Shape shape
string resource
bool use_material
bool allow_pregrasp