#include <atomic>
#include <cstddef>
#include <cstdint>
#include <string>
#include <utility>
#include <vector>
#include <armarx/navigation/core/Trajectory.h>
#include <armarx/navigation/trajectory_control/global/TrajectoryFollowingController.h>
Go to the source code of this file.
|
| struct | ControlSample |
| | One cycle of the 100 Hz control task, i.e. one TrajectoryFollowingController::control. More...
|
| |
| struct | Episode |
| | Everything one dump is written from. Assembled off the real-time thread. More...
|
| |
| struct | Params |
| | What the diagnostics mode records and where it writes it. More...
|
| |
| class | Ring< Sample > |
| | Single-producer ring buffer whose storage is allocated exactly once. More...
|
| |
| struct | RtSample |
| | One cycle of the 1 kHz real-time loop. More...
|
| |
| struct | TrajectoryRevision |
| | One trajectory the episode executed, with the revision the samples refer to. More...
|
| |