Public Member Functions | |
| def | __init__ |
| def | deserialize |
| def | deserialize_numpy |
| def | serialize |
| def | serialize_numpy |
Public Attributes | |
| filteroptions | |
| iktype | |
| joint_state | |
| manip_name | |
| pose_stamped | |
Static Public Attributes | |
| int | IGNORE_ENVIRONMENT_COLLISIONS = 1 |
| int | IGNORE_JOINT_LIMITS = 4 |
| int | IGNORE_SELF_COLLISIONS = 2 |
| int | RETURN_ALL_SOLUTIONS = 16 |
| int | RETURN_CLOSEST_SOLUTION = 8 |
Private Member Functions | |
| def | _get_types |
Static Private Attributes | |
| list | __slots__ = ['manip_name','iktype','joint_state','pose_stamped','filteroptions'] |
| string | _full_text |
| _has_header = False | |
| string | _md5sum = "6c7c32c8815dff364106532bc2227956" |
| list | _slot_types = ['string','string','sensor_msgs/JointState','geometry_msgs/PoseStamped','int32'] |
| string | _type = "orrosplanning/IKRequest" |
| def orrosplanning.srv._IK.IKRequest.__init__ | ( | self, | |
| args, | |||
| kwds | |||
| ) |
Constructor. Any message fields that are implicitly/explicitly set to None will be assigned a default value. The recommend use is keyword arguments as this is more robust to future message changes. You cannot mix in-order arguments and keyword arguments. The available fields are: manip_name,iktype,joint_state,pose_stamped,filteroptions :param args: complete set of field values, in .msg order :param kwds: use keyword arguments corresponding to message field names to set specific fields.
| def orrosplanning.srv._IK.IKRequest._get_types | ( | self | ) | [private] |
| def orrosplanning.srv._IK.IKRequest.deserialize | ( | self, | |
| str | |||
| ) |
| def orrosplanning.srv._IK.IKRequest.deserialize_numpy | ( | self, | |
| str, | |||
| numpy | |||
| ) |
| def orrosplanning.srv._IK.IKRequest.serialize | ( | self, | |
| buff | |||
| ) |
| def orrosplanning.srv._IK.IKRequest.serialize_numpy | ( | self, | |
| buff, | |||
| numpy | |||
| ) |
list orrosplanning::srv::_IK.IKRequest::__slots__ = ['manip_name','iktype','joint_state','pose_stamped','filteroptions'] [static, private] |
string orrosplanning::srv::_IK.IKRequest::_full_text [static, private] |
orrosplanning::srv::_IK.IKRequest::_has_header = False [static, private] |
string orrosplanning::srv::_IK.IKRequest::_md5sum = "6c7c32c8815dff364106532bc2227956" [static, private] |
list orrosplanning::srv::_IK.IKRequest::_slot_types = ['string','string','sensor_msgs/JointState','geometry_msgs/PoseStamped','int32'] [static, private] |
string orrosplanning::srv::_IK.IKRequest::_type = "orrosplanning/IKRequest" [static, private] |
int orrosplanning::srv::_IK.IKRequest::IGNORE_ENVIRONMENT_COLLISIONS = 1 [static] |
int orrosplanning::srv::_IK.IKRequest::IGNORE_JOINT_LIMITS = 4 [static] |
int orrosplanning::srv::_IK.IKRequest::IGNORE_SELF_COLLISIONS = 2 [static] |
int orrosplanning::srv::_IK.IKRequest::RETURN_ALL_SOLUTIONS = 16 [static] |
int orrosplanning::srv::_IK.IKRequest::RETURN_CLOSEST_SOLUTION = 8 [static] |