|
#include <RobotAPI/libraries/core/JointVelocityRamp.h>
Public Member Functions | |
float | getMaxAccelaration () |
JointVelocityRamp () | |
void | setMaxAccelaration (float maxAcceleration) |
void | setState (const Eigen::VectorXf &state) |
Eigen::VectorXf | update (const Eigen::VectorXf &target, float dt) |
Definition at line 35 of file JointVelocityRamp.h.
Definition at line 29 of file JointVelocityRamp.cpp.
float getMaxAccelaration | ( | ) |
void setMaxAccelaration | ( | float | maxAcceleration | ) |
void setState | ( | const Eigen::VectorXf & | state | ) |
Eigen::VectorXf update | ( | const Eigen::VectorXf & | target, |
float | dt | ||
) |
Definition at line 37 of file JointVelocityRamp.cpp.