Kinematic model of a wheeled differential drive robot. More...
#include <cart.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... | |
vec | operator() (const vec x, const vec u) const |
Kinematic model of a 2 wheel differential drive robot. More... | |
SimpleCart () | |
Constructor. More... | |
Public Attributes | |
unsigned int | state_space |
Kinematic model of a wheeled differential drive 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::SimpleCart::state_space |