Please ask about problems and questions regarding this tutorial on answers.ros.org. Don't forget to include in your question the link to this page, the versions of your OS & ROS, and also add appropriate tags. |
Pose
Description: 2D and 3D representations for poses.Keywords: ecl pose
Tutorial Level: INTERMEDIATE
Overvew
These classes provide convenient interfaces to pose information, typically used in robotics. The first of these, pose2d is useful for mobile robotics (x, y, yaw), while pose3d is an unconstrained representation in six dimensional space.
Pose2D
Todo: see the class documentation for now.
Pose3D
Todo: see the class documentation for now.