Constraint to avoid joint velocity limits. More...
#include "constrained_ik/constraints/joint_vel_limits.h"
#include "constrained_ik/constrained_ik.h"
#include <ros/ros.h>
#include <pluginlib/class_list_macros.h>
Go to the source code of this file.
Functions | |
template<class T > | |
std::ostream & | constrained_ik::constraints::operator<< (std::ostream &os, const std::vector< T > &v) |
Write std::vector to cout. | |
Variables | |
const double | DEFAULT_TIMESTEP = 0.1 |
const double | DEFAULT_WEIGHT = 1.0 |
Constraint to avoid joint velocity limits.
Definition in file joint_vel_limits.cpp.
const double DEFAULT_TIMESTEP = 0.1 |
Default timestep used to calculate joint velocities
Definition at line 33 of file joint_vel_limits.cpp.
const double DEFAULT_WEIGHT = 1.0 |
Default weight
Definition at line 32 of file joint_vel_limits.cpp.