Simple trajectory simulator. More...
#include <Scenario.h>

Public Member Functions | |
| Vector3 | acceleration_b (double t) const |
| virtual Vector3 | acceleration_n (double t) const =0 |
| acceleration in nav frame More... | |
| NavState | navState (double t) const |
| virtual Vector3 | omega_b (double t) const =0 |
| angular velocity in body frame More... | |
| virtual Pose3 | pose (double t) const =0 |
| pose at time t More... | |
| Rot3 | rotation (double t) const |
| Vector3 | velocity_b (double t) const |
| virtual Vector3 | velocity_n (double t) const =0 |
| velocity at time t, in nav frame More... | |
| virtual | ~Scenario () |
| virtual destructor More... | |
Simple trajectory simulator.
Definition at line 25 of file Scenario.h.
|
inlinevirtual |
virtual destructor
Definition at line 28 of file Scenario.h.
|
inline |
Definition at line 47 of file Scenario.h.
|
pure virtual |
acceleration in nav frame
Implemented in gtsam::AcceleratingScenario, and gtsam::ConstantTwistScenario.
|
inline |
Definition at line 40 of file Scenario.h.
|
pure virtual |
angular velocity in body frame
Implemented in gtsam::AcceleratingScenario, and gtsam::ConstantTwistScenario.
|
pure virtual |
pose at time t
Implemented in gtsam::AcceleratingScenario, and gtsam::ConstantTwistScenario.
|
inline |
Definition at line 39 of file Scenario.h.
|
inline |
Definition at line 42 of file Scenario.h.
|
pure virtual |
velocity at time t, in nav frame
Implemented in gtsam::AcceleratingScenario, and gtsam::ConstantTwistScenario.