40 void setState(
const Eigen::VectorXf& state);
41 Eigen::VectorXf
update(
const Eigen::VectorXf& target,
float dt);
47 Eigen::VectorXf state;
48 float maxAcceleration;
void setState(const Eigen::VectorXf &state)
Eigen::VectorXf update(const Eigen::VectorXf &target, float dt)
void setMaxAccelaration(float maxAcceleration)
float getMaxAccelaration()
This file offers overloads of toIce() and fromIce() functions for STL container types.
std::shared_ptr< JointVelocityRamp > JointVelocityRampPtr