Control Libraries 6.3.4
|
parameters for the inverse velocity kinematics function More...
#include <Model.hpp>
Public Attributes | |
double | alpha = 0.1 |
double | proportional_gain = 1.0 |
double | linear_velocity_limit = 2.0 |
double | angular_velocity_limit = 2.0 |
std::chrono::nanoseconds | dt = 1000ns |
parameters for the inverse velocity kinematics function
alpha | gain associated to the time slack variable |
proportional_gain | gain to weight the cartesian coordinates in the gradient |
linear_velocity_limit | maximum linear velocity allowed in Cartesian space (m/s) |
angular_velocity_limit | maximum angular velocity allowed in Cartesian space (rad/s) |
period | of the control loop (ns) |
double robot_model::QPInverseVelocityParameters::alpha = 0.1 |
double robot_model::QPInverseVelocityParameters::angular_velocity_limit = 2.0 |
std::chrono::nanoseconds robot_model::QPInverseVelocityParameters::dt = 1000ns |
double robot_model::QPInverseVelocityParameters::linear_velocity_limit = 2.0 |
double robot_model::QPInverseVelocityParameters::proportional_gain = 1.0 |