|
controls
3.0.0
|
Describes a contiguous slice of trajectory dimensions sharing a common velocity/acceleration budget. More...
#include <TrajectoryUtils.h>
Public Attributes | |
| int | start |
| Index of the first dimension in this group. More... | |
| int | size |
| Number of dimensions in this group. More... | |
| double | v_max |
| Maximum velocity magnitude for this group. More... | |
| double | a_max |
| Maximum acceleration magnitude for this group. More... | |
Describes a contiguous slice of trajectory dimensions sharing a common velocity/acceleration budget.
| double mav_trajectory_generation::DimensionGroup::a_max |
Maximum acceleration magnitude for this group.
| int mav_trajectory_generation::DimensionGroup::size |
Number of dimensions in this group.
| int mav_trajectory_generation::DimensionGroup::start |
Index of the first dimension in this group.
| double mav_trajectory_generation::DimensionGroup::v_max |
Maximum velocity magnitude for this group.