|
|
#include <armarx/navigation/global_planning/GlobalPlanner.h>
Public Attributes | |
| std::optional< core::GlobalTrajectory > | helperTrajectory |
| Optional helper trajectory that can be used for visualization or debugging purposes. | |
| core::GlobalTrajectory | trajectory |
Definition at line 40 of file GlobalPlanner.h.
| std::optional<core::GlobalTrajectory> helperTrajectory |
Optional helper trajectory that can be used for visualization or debugging purposes.
It is not meant to be executed by the robot. This can be helpful when using some indermediate trajectory representations for the planning that should also be visualized.
Definition at line 49 of file GlobalPlanner.h.
| core::GlobalTrajectory trajectory |
Definition at line 42 of file GlobalPlanner.h.