|
Fang-Robotics-MCB
Fang Robotics Team Codebase
|
#include <ballistics.hpp>

Public Member Functions | |
| virtual modm::Vector3f | projectForward (float dt) const =0 |
Static Public Member Functions | |
| static float | quadraticKinematicProjection (float dt, float s, float v, float a) |
Stores the 3D position, velocity, and acceleration of an object as modm::Vector3fs.
|
pure virtual |
Implemented in tap::algorithms::ballistics::SecondOrderKinematicState.
|
inlinestatic |
| [in] | dt | The amount of time to project forward. |
| [in] | s | The position of the object. |
| [in] | v | The velocity of the object. |
| [in] | a | The acceleration of the object. |