Public Member Functions | |
def | __init__ |
def | deserialize |
def | deserialize_numpy |
def | serialize |
def | serialize_numpy |
Public Attributes | |
joint_constraints | |
Private Member Functions | |
def | _get_types |
Static Private Attributes | |
list | __slots__ = ['joint_constraints'] |
string | _full_text |
_has_header = False | |
string | _md5sum = "d7a8073958b17b9bc926b7fb8d466ac6" |
list | _slot_types = ['motion_planning_msgs/JointConstraint[]'] |
string | _type = "motion_planning_msgs/ConvertToJointConstraintResponse" |
Definition at line 1830 of file _ConvertToJointConstraint.py.
def motion_planning_msgs::srv::_ConvertToJointConstraint::ConvertToJointConstraintResponse::__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: joint_constraints @param args: complete set of field values, in .msg order @param kwds: use keyword arguments corresponding to message field names to set specific fields.
Definition at line 1855 of file _ConvertToJointConstraint.py.
def motion_planning_msgs::srv::_ConvertToJointConstraint::ConvertToJointConstraintResponse::_get_types | ( | self | ) | [private] |
internal API method
Definition at line 1877 of file _ConvertToJointConstraint.py.
def motion_planning_msgs::srv::_ConvertToJointConstraint::ConvertToJointConstraintResponse::deserialize | ( | self, | ||
str | ||||
) |
unpack serialized message in str into this message instance @param str: byte array of serialized message @type str: str
Definition at line 1901 of file _ConvertToJointConstraint.py.
def motion_planning_msgs::srv::_ConvertToJointConstraint::ConvertToJointConstraintResponse::deserialize_numpy | ( | self, | ||
str, | ||||
numpy | ||||
) |
unpack serialized message in str into this message instance using numpy for array types @param str: byte array of serialized message @type str: str @param numpy: numpy python module @type numpy: module
Definition at line 1951 of file _ConvertToJointConstraint.py.
def motion_planning_msgs::srv::_ConvertToJointConstraint::ConvertToJointConstraintResponse::serialize | ( | self, | ||
buff | ||||
) |
serialize message into buffer @param buff: buffer @type buff: StringIO
Definition at line 1883 of file _ConvertToJointConstraint.py.
def motion_planning_msgs::srv::_ConvertToJointConstraint::ConvertToJointConstraintResponse::serialize_numpy | ( | self, | ||
buff, | ||||
numpy | ||||
) |
serialize message with numpy array types into buffer @param buff: buffer @type buff: StringIO @param numpy: numpy python module @type numpy module
Definition at line 1931 of file _ConvertToJointConstraint.py.
list motion_planning_msgs::srv::_ConvertToJointConstraint::ConvertToJointConstraintResponse::__slots__ = ['joint_constraints'] [static, private] |
Definition at line 1852 of file _ConvertToJointConstraint.py.
string motion_planning_msgs::srv::_ConvertToJointConstraint::ConvertToJointConstraintResponse::_full_text [static, private] |
""" motion_planning_msgs/JointConstraint[] joint_constraints ================================================================================ MSG: motion_planning_msgs/JointConstraint # Constrain the position of a joint to be within a certain bound string joint_name # the bound to be achieved is [position - tolerance_below, position + tolerance_above] float64 position float64 tolerance_above float64 tolerance_below # A weighting factor for this constraint float64 weight """
Definition at line 1834 of file _ConvertToJointConstraint.py.
motion_planning_msgs::srv::_ConvertToJointConstraint::ConvertToJointConstraintResponse::_has_header = False [static, private] |
Definition at line 1833 of file _ConvertToJointConstraint.py.
string motion_planning_msgs::srv::_ConvertToJointConstraint::ConvertToJointConstraintResponse::_md5sum = "d7a8073958b17b9bc926b7fb8d466ac6" [static, private] |
Definition at line 1831 of file _ConvertToJointConstraint.py.
list motion_planning_msgs::srv::_ConvertToJointConstraint::ConvertToJointConstraintResponse::_slot_types = ['motion_planning_msgs/JointConstraint[]'] [static, private] |
Definition at line 1853 of file _ConvertToJointConstraint.py.
string motion_planning_msgs::srv::_ConvertToJointConstraint::ConvertToJointConstraintResponse::_type = "motion_planning_msgs/ConvertToJointConstraintResponse" [static, private] |
Definition at line 1832 of file _ConvertToJointConstraint.py.
Definition at line 1873 of file _ConvertToJointConstraint.py.