|
|
#include <armarx/navigation/core/Trajectory.h>
Public Types | |
| enum class | Segment { FIRST , INTERMEDIATE , FINAL } |
Public Attributes | |
| std::size_t | indexAfter |
| std::size_t | indexBefore |
| GlobalTrajectoryPoint | projection |
| Segment | segment |
| GlobalTrajectoryPoint | wayPointAfter |
| GlobalTrajectoryPoint | wayPointBefore |
Definition at line 46 of file Trajectory.h.
|
strong |
| Enumerator | |
|---|---|
| FIRST | |
| INTERMEDIATE | |
| FINAL | |
Definition at line 56 of file Trajectory.h.
| std::size_t indexAfter |
Definition at line 54 of file Trajectory.h.
| std::size_t indexBefore |
Definition at line 51 of file Trajectory.h.
| GlobalTrajectoryPoint projection |
Definition at line 48 of file Trajectory.h.
| Segment segment |
Definition at line 63 of file Trajectory.h.
| GlobalTrajectoryPoint wayPointAfter |
Definition at line 53 of file Trajectory.h.
| GlobalTrajectoryPoint wayPointBefore |
Definition at line 50 of file Trajectory.h.