panda_gazebo/GetEePoseJointConfig Service

File: panda_gazebo/GetEePoseJointConfig.srv

Raw Message Definition

# Service that can be used to get a set of posible joint configuration for a given EE
# pose using MoveIt.
geometry_msgs/Pose pose
int32 attempts
---
string[] joint_names
float64[] joint_positions
bool success
string message

Compact Message Definition

geometry_msgs/Pose pose
int32 attempts

string[] joint_names
float64[] joint_positions
bool success
string message