|
Autoware.Auto
|
|
This is an enum-like struct for convenience. More...
#include <catr_core.hpp>
Static Public Attributes | |
| static const index_t | POSE_X = 0U |
| Index of x position. More... | |
| static const index_t | POSE_Y = 1U |
| Index of y position. More... | |
| static const index_t | VELOCITY = 2U |
| index of velocity More... | |
| static const index_t | ACCELERATION = 3U |
| index of acceleration More... | |
| static const index_t | HEADING = 4U |
| index of heading More... | |
| static const index_t | TURN_RATE = 5U |
| index of turn rate (heading derivative) More... | |
This is an enum-like struct for convenience.
|
static |
index of acceleration
|
static |
index of heading
|
static |
Index of x position.
|
static |
Index of y position.
|
static |
index of turn rate (heading derivative)
|
static |
index of velocity