PX4 Firmware
PX4 Autopilot Software http://px4.io
|
Go to the source code of this file.
Functions | |
int | main (int argc, char *argv[]) |
Test code for the Velocity Smoothing library Build and run using: make && . More... | |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Test code for the Velocity Smoothing library Build and run using: make && .
/test_velocity_smoothing
Definition at line 43 of file test_velocity_smoothing.cpp.
References matrix::ceil(), dt, VelocitySmoothing::getTotalTime(), VelocitySmoothing::setCurrentAcceleration(), VelocitySmoothing::setCurrentVelocity(), VelocitySmoothing::setMaxAccel(), VelocitySmoothing::setMaxJerk(), VelocitySmoothing::setMaxVel(), t123, VelocitySmoothing::timeSynchronization(), VelocitySmoothing::updateDurations(), and VelocitySmoothing::updateTraj().