MRSL Motion Primitive Library
1.2
A motion primitive library for generating trajectory for mobile robots
|
#include <trajectory.h>
Public Attributes | |
Vecf< Dim > | pos |
position in | |
Vecf< Dim > | vel |
velocity in | |
Vecf< Dim > | acc |
acceleration in | |
Vecf< Dim > | jrk |
jerk in | |
decimal_t | yaw |
yaw | |
decimal_t | yaw_dot |
yaw velocity | |
decimal_t | t |
Command class.
State includes position, velocity, acceleration and jerk in , where the dimension can be either 2 or 3. Yaw and yaw_dot are also contained.