File: panda_gazebo/AddBox.srv
Raw Message Definition
# Service that can be used to add a box to the planning scene.
string name
string frame_id
geometry_msgs/Pose pose
float64[3] size
---
bool success
string message
Compact Message Definition
string name
string frame_id
geometry_msgs/Pose pose
float64[3] size
bool success
string message