PX4 Firmware
PX4 Autopilot Software http://px4.io
|
collection of functions used for trajectory generation More...
Go to the source code of this file.
Namespaces | |
math | |
math::trajectory | |
Functions | |
float | math::trajectory::computeMaxSpeedFromDistance (const float jerk, const float accel, const float braking_distance, const float final_speed) |
float | math::trajectory::computeMaxSpeedInWaypoint (const float alpha, const float accel, const float d) |
collection of functions used for trajectory generation
Definition in file TrajMath.hpp.