srs_interaction_primitives/AddPlanePolygon Service

File: srs_interaction_primitives/AddPlanePolygon.srv

Raw Message Definition

string frame_id                 # Fixed Frame
string name                     # Plane name
string description              # Plane description
geometry_msgs/Polygon polygon   # Polygon
geometry_msgs/Vector3 normal    # Normal  
std_msgs/ColorRGBA color        # color of the Plane
--- 

Compact Message Definition

string frame_id
string name
string description
geometry_msgs/Polygon polygon
geometry_msgs/Vector3 normal
std_msgs/ColorRGBA color