|  | 
#include <RobotAPI/libraries/core/CartesianVelocityRamp.h>
| Public Member Functions | |
| CartesianVelocityRamp () | |
| float | getMaxOrientationAcceleration () | 
| float | getMaxPositionAcceleration () | 
| void | setMaxOrientationAcceleration (float maxOrientationAcceleration) | 
| void | setMaxPositionAcceleration (float maxPositionAcceleration) | 
| void | setState (const Eigen::VectorXf &state, VirtualRobot::IKSolver::CartesianSelection mode) | 
| Eigen::VectorXf | update (const Eigen::VectorXf &target, float dt) | 
Definition at line 36 of file CartesianVelocityRamp.h.
Definition at line 33 of file CartesianVelocityRamp.cpp.
| float getMaxOrientationAcceleration | ( | ) | 
Definition at line 95 of file CartesianVelocityRamp.cpp.
 Here is the caller graph for this function:
 Here is the caller graph for this function:| float getMaxPositionAcceleration | ( | ) | 
Definition at line 89 of file CartesianVelocityRamp.cpp.
 Here is the caller graph for this function:
 Here is the caller graph for this function:| void setMaxOrientationAcceleration | ( | float | maxOrientationAcceleration | ) | 
Definition at line 83 of file CartesianVelocityRamp.cpp.
 Here is the caller graph for this function:
 Here is the caller graph for this function:| void setMaxPositionAcceleration | ( | float | maxPositionAcceleration | ) | 
Definition at line 77 of file CartesianVelocityRamp.cpp.
 Here is the caller graph for this function:
 Here is the caller graph for this function:| void setState | ( | const Eigen::VectorXf & | state, | 
| VirtualRobot::IKSolver::CartesianSelection | mode | ||
| ) | 
Definition at line 38 of file CartesianVelocityRamp.cpp.
 Here is the caller graph for this function:
 Here is the caller graph for this function:| Eigen::VectorXf update | ( | const Eigen::VectorXf & | target, | 
| float | dt | ||
| ) | 
Definition at line 46 of file CartesianVelocityRamp.cpp.
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function: