module documentation
Undocumented
Function | angle |
Undocumented |
Function | diff |
Undocumented |
Function | dist |
No summary |
Function | dist |
No summary |
Function | invert |
Undocumented |
Function | list |
Take a Pose as a Python list [x, y, z, roll, pitch, yaw] and return a ROS Pose |
Function | pose |
Take a ROS Pose and return it as a Python list [x, y, z, roll, pitch, yaw] |
Function | poses |
Check that distance between p1 and p2 is bigger than the minimal required distance for a move. |
Take a Pose as a Python list [x, y, z, roll, pitch, yaw] and return a ROS Pose
Parameters | |
list_:list[float] | a pose in a list |
Returns | |
Pose | a ROS Pose |
Take a ROS Pose and return it as a Python list [x, y, z, roll, pitch, yaw]
Parameters | |
pose:Pose | a Pose |
Returns | |
list[float] | The pose as a list |