Public Member Functions | Public Attributes | Private Member Functions | Static Private Attributes
arm_navigation_msgs.msg._JointLimits.JointLimits Class Reference

List of all members.

Public Member Functions

def __init__
def deserialize
def deserialize_numpy
def serialize
def serialize_numpy

Public Attributes

 has_acceleration_limits
 has_position_limits
 has_velocity_limits
 joint_name
 max_acceleration
 max_position
 max_velocity
 min_position

Private Member Functions

def _get_types

Static Private Attributes

list __slots__ = ['joint_name','has_position_limits','min_position','max_position','has_velocity_limits','max_velocity','has_acceleration_limits','max_acceleration']
string _full_text
 _has_header = False
string _md5sum = "8ca618c7329ea46142cbc864a2efe856"
list _slot_types = ['string','bool','float64','float64','bool','float64','bool','float64']
string _type = "arm_navigation_msgs/JointLimits"

Detailed Description

Definition at line 8 of file _JointLimits.py.


Constructor & Destructor Documentation

def arm_navigation_msgs.msg._JointLimits.JointLimits.__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_name,has_position_limits,min_position,max_position,has_velocity_limits,max_velocity,has_acceleration_limits,max_acceleration

: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 39 of file _JointLimits.py.


Member Function Documentation

internal API method

Definition at line 82 of file _JointLimits.py.

unpack serialized message in str into this message instance
:param str: byte array of serialized message, ``str``

Definition at line 105 of file _JointLimits.py.

unpack serialized message in str into this message instance using numpy for array types
:param str: byte array of serialized message, ``str``
:param numpy: numpy python module

Definition at line 151 of file _JointLimits.py.

serialize message into buffer
:param buff: buffer, ``StringIO``

Definition at line 88 of file _JointLimits.py.

serialize message with numpy array types into buffer
:param buff: buffer, ``StringIO``
:param numpy: numpy python module

Definition at line 133 of file _JointLimits.py.


Member Data Documentation

Definition at line 36 of file _JointLimits.py.

Initial value:
"""# This message contains information about limits of a particular joint (or control dimension)
string joint_name

# true if the joint has position limits
bool has_position_limits

# min and max position limits
float64 min_position
float64 max_position

# true if joint has velocity limits
bool has_velocity_limits

# max velocity limit
float64 max_velocity
# min_velocity is assumed to be -max_velocity

# true if joint has acceleration limits
bool has_acceleration_limits
# max acceleration limit
float64 max_acceleration
# min_acceleration is assumed to be -max_acceleration

"""

Definition at line 12 of file _JointLimits.py.

Definition at line 11 of file _JointLimits.py.

string arm_navigation_msgs::msg::_JointLimits.JointLimits::_md5sum = "8ca618c7329ea46142cbc864a2efe856" [static, private]

Definition at line 9 of file _JointLimits.py.

list arm_navigation_msgs::msg::_JointLimits.JointLimits::_slot_types = ['string','bool','float64','float64','bool','float64','bool','float64'] [static, private]

Definition at line 37 of file _JointLimits.py.

string arm_navigation_msgs::msg::_JointLimits.JointLimits::_type = "arm_navigation_msgs/JointLimits" [static, private]

Definition at line 10 of file _JointLimits.py.

Definition at line 51 of file _JointLimits.py.

Definition at line 51 of file _JointLimits.py.

Definition at line 51 of file _JointLimits.py.

Definition at line 51 of file _JointLimits.py.

Definition at line 51 of file _JointLimits.py.

Definition at line 51 of file _JointLimits.py.

Definition at line 51 of file _JointLimits.py.

Definition at line 51 of file _JointLimits.py.


The documentation for this class was generated from the following file:


arm_navigation_msgs
Author(s): Gil Jones
autogenerated on Mon Dec 2 2013 12:31:52