Kinematic model of omni directonal robot. More...
#include <omni.hpp>
Public Member Functions | |
mat | fdu (const vec x) const |
Jacobian of the model with respect to the control. More... | |
mat | fdx (const vec x, const vec u) const |
Jacobian of the model with respect to the state. More... | |
Omni () | |
Constructor. More... | |
vec | operator() (const vec x, const vec u) const |
Kinematic model of 4 mecanum wheel robot. More... | |
Public Attributes | |
unsigned int | state_space |
Kinematic model of omni directonal robot.
The state is [x, y, theta] and controls are the linear and angular velocities [vx, vy, w] (body twist)
|
inline |
|
inline |
|
inline |
|
inline |
unsigned int ergodic_exploration::models::Omni::state_space |