|
GTSAM
4.0.2
C++ library for smoothing and mapping (SAM)
|
Simple trajectory simulator. More...
#include <Scenario.h>

Public Member Functions | |
| virtual | ~Scenario () |
| virtual destructor | |
| virtual Pose3 | pose (double t) const =0 |
| pose at time t | |
| virtual Vector3 | omega_b (double t) const =0 |
| angular velocity in body frame | |
| virtual Vector3 | velocity_n (double t) const =0 |
| velocity at time t, in nav frame | |
| virtual Vector3 | acceleration_n (double t) const =0 |
| acceleration in nav frame | |
| Rot3 | rotation (double t) const |
| NavState | navState (double t) const |
| Vector3 | velocity_b (double t) const |
| Vector3 | acceleration_b (double t) const |
Simple trajectory simulator.
1.8.13