|
Thunderbots Project
|
#include <kinematic_constraints.h>
Public Member Functions | |
| KinematicConstraints (double max_velocity, double max_acceleration, double max_deceleration) | |
| double | getMaxVelocity () const |
| double | getMaxAcceleration () const |
| double | getMaxDeceleration () const |
Class to represent the kinematic constraints of a robot
|
inline |
Constructor
| max_velocity | The max velocity a robot can have |
| max_acceleration | The max acceleration a robot can have |
| max_deceleration | The max deceleration a robot can have |
|
inline |
Get the max acceleration
|
inline |
Get the max deceleration
|
inline |
Get the max velocity