PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <VelocitySmoothing.hpp>
Public Attributes | |
float | j |
float | a |
float | v |
float | x |
Definition at line 36 of file VelocitySmoothing.hpp.
float Trajectory::a |
Definition at line 38 of file VelocitySmoothing.hpp.
Referenced by VelocitySmoothing::computeDirection(), VelocitySmoothing::computeVelAtZeroAcc(), VelocitySmoothing::evaluatePoly(), VelocitySmoothing::reset(), VelocitySmoothing::updateDurationsGivenTotalTime(), VelocitySmoothing::updateDurationsMinimizeTotalTime(), and VelocitySmoothing::updateTraj().
float Trajectory::j |
Definition at line 37 of file VelocitySmoothing.hpp.
Referenced by VelocitySmoothing::evaluatePoly(), VelocitySmoothing::getTotalTime(), and VelocitySmoothing::reset().
float Trajectory::v |
Definition at line 39 of file VelocitySmoothing.hpp.
Referenced by VelocitySmoothing::computeVelAtZeroAcc(), VelocitySmoothing::evaluatePoly(), VelocitySmoothing::reset(), VelocitySmoothing::updateDurationsGivenTotalTime(), VelocitySmoothing::updateDurationsMinimizeTotalTime(), and VelocitySmoothing::updateTraj().
float Trajectory::x |
Definition at line 40 of file VelocitySmoothing.hpp.
Referenced by VelocitySmoothing::evaluatePoly(), VelocitySmoothing::reset(), and VelocitySmoothing::updateTraj().