module documentation
Undocumented
Function | convert |
Convert a generic stamped triplet message to a stamped PyKDL Vector. |
Function | do |
Apply a transform in the form of a geometry_msgs message to a PyKDL Frame. |
Function | do |
Apply a transform in the form of a geometry_msgs message to a PyKDL Twist. |
Function | do |
Apply a transform in the form of a geometry_msgs message to a PyKDL vector. |
Function | do |
Apply a transform in the form of a geometry_msgs message to a PyKDL Wrench. |
Function | from |
Convert a PointStamped message to a stamped PyKDL Vector. |
Function | to |
Convert a PyKDL Vector to a geometry_msgs PointStamped message. |
Function | transform |
Convert a geometry_msgs Transform message to a PyKDL Frame. |
Convert a generic stamped triplet message to a stamped PyKDL Vector.
Parameters | |
vector | The message to convert. |
Returns | |
PyKDL.Vector | The timestamped converted PyKDL vector. |
Apply a transform in the form of a geometry_msgs message to a PyKDL Frame.
Parameters | |
frame:PyKDL.Frame | The PyKDL frame to transform. |
transform:geometry_msgs.msg.TransformStamped | The transform to apply. |
Returns | |
PyKDL.Frame | The transformed PyKDL frame. |
Apply a transform in the form of a geometry_msgs message to a PyKDL Twist.
Parameters | |
twist:PyKDL.Twist | The PyKDL twist to transform. |
transform:geometry_msgs.msg.TransformStamped | The transform to apply. |
Returns | |
PyKDL.Twist | The transformed PyKDL twist. |
Apply a transform in the form of a geometry_msgs message to a PyKDL vector.
Parameters | |
vector:PyKDL.Vector | The PyKDL vector to transform. |
transform:geometry_msgs.msg.TransformStamped | The transform to apply. |
Returns | |
PyKDL.Vector | The transformed vector. |
Apply a transform in the form of a geometry_msgs message to a PyKDL Wrench.
Parameters | |
wrench:PyKDL.Wrench | The PyKDL wrench to transform. |
transform:geometry_msgs.msg.TransformStamped | The transform to apply. |
Returns | |
PyKDL.Wrench | The transformed PyKDL wrench. |
Convert a PointStamped message to a stamped PyKDL Vector.
Parameters | |
msg:geometry_msgs.msg.PointStamped | The PointStamped message to convert. |
Returns | |
PyKDL.Vector | The timestamped converted PyKDL vector. |
Convert a PyKDL Vector to a geometry_msgs PointStamped message.
Parameters | |
vector:PyKDL.Vector | The vector to convert. |
Returns | |
geometry_msgs.msg.PointStamped | The converted vector/point. |