Description of a kinematic car's state. More...
#include <steering_functions.hpp>
Public Attributes | |
| double | d |
| double | kappa |
| Curvature at position (x,y) More... | |
| double | theta |
| Orientation of the robot. More... | |
| double | x |
| Position in x of the robot. More... | |
| double | y |
| Position in y of the robot. More... | |
Description of a kinematic car's state.
Definition at line 27 of file steering_functions.hpp.
| double steering::State::d |
direction {-1,0,1}
Definition at line 42 of file steering_functions.hpp.
| double steering::State::kappa |
Curvature at position (x,y)
Definition at line 39 of file steering_functions.hpp.
| double steering::State::theta |
Orientation of the robot.
Definition at line 36 of file steering_functions.hpp.
| double steering::State::x |
Position in x of the robot.
Definition at line 30 of file steering_functions.hpp.
| double steering::State::y |
Position in y of the robot.
Definition at line 33 of file steering_functions.hpp.