#include <odometry.hpp>
Definition at line 14 of file odometry.hpp.
◆ Odometry()
| okapi::Odometry::Odometry |
( |
| ) |
|
|
explicitdefault |
Odometry.
Tracks the movement of the robot and estimates its position in coordinates relative to the start (assumed to be (0, 0, 0)).
◆ ~Odometry()
| virtual okapi::Odometry::~Odometry |
( |
| ) |
|
|
virtualdefault |
◆ getModel()
◆ getScales()
◆ getState()
Returns the current state.
- Parameters
-
| imode | The mode to return the state in. |
- Returns
- The current state in the given format.
Implemented in okapi::TwoEncoderOdometry.
◆ setScales()
| virtual void okapi::Odometry::setScales |
( |
const ChassisScales & |
ichassisScales | ) |
|
|
pure virtual |
◆ setState()
Sets a new state to be the current state.
- Parameters
-
| istate | The new state in the given format. |
| imode | The mode to treat the input state as. |
Implemented in okapi::TwoEncoderOdometry.
◆ step()
| virtual void okapi::Odometry::step |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: