|
TinyRobotics
|
Interface for representing the motion state of a robot in 3D space. More...
#include <MotionState3D.h>

Public Member Functions | |
| virtual Coordinate< DistanceM > | getPosition () const =0 |
| virtual Orientation3D | getOrientation () const =0 |
| virtual Speed3D | getSpeed () const =0 |
| virtual AngularVelocity3D | getAngularVelocity () const =0 |
Interface for representing the motion state of a robot in 3D space.
Provides access to position, orientation, linear velocity, and angular velocity.
|
pure virtual |
Implemented in IMU3D< T >.
|
pure virtual |
Implemented in IMU3D< T >.