Public Member Functions
pykdl_utils.joint_kinematics.JointKinematicsWait Class Reference
Inheritance diagram for pykdl_utils.joint_kinematics.JointKinematicsWait:
Inheritance graph
[legend]

List of all members.

Public Member Functions

def __init__
 Constructor.
def get_joint_angles
 Returns the current joint angle positions.
def get_joint_efforts
 Returns the current joint efforts.
def get_joint_state
def get_joint_velocities
 Returns the current joint velocities.

Detailed Description

Definition at line 202 of file joint_kinematics.py.


Constructor & Destructor Documentation

def pykdl_utils.joint_kinematics.JointKinematicsWait.__init__ (   self,
  urdf,
  base_link,
  end_link,
  kdl_tree = None 
)

Constructor.

Parameters:
urdfURDF object of robot.
base_linkName of the root link of the kinematic chain.
end_linkName of the end link of the kinematic chain.
kdl_treeOptional KDL.Tree object to use. If None, one will be generated from the URDF.
timeoutTime in seconds to wait for the /joint_states topic.

Reimplemented from pykdl_utils.kdl_kinematics.KDLKinematics.

Definition at line 211 of file joint_kinematics.py.


Member Function Documentation

def pykdl_utils.joint_kinematics.JointKinematicsWait.get_joint_angles (   self,
  wrapped = False,
  timeout = 1.0 
)

Returns the current joint angle positions.

Parameters:
wrappedIf False returns the raw encoded positions, if True returns the angles with the forearm and wrist roll in the range -pi to pi

Definition at line 228 of file joint_kinematics.py.

Returns the current joint efforts.

Definition at line 260 of file joint_kinematics.py.

Definition at line 214 of file joint_kinematics.py.

Returns the current joint velocities.

Definition at line 244 of file joint_kinematics.py.


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


pykdl_utils
Author(s): Kelsey Hawkins
autogenerated on Fri Aug 28 2015 11:05:34