Constraint to avoid joint position limits. More...
Go to the source code of this file.
Classes | |
class | constrained_ik::constraints::AvoidJointLimits |
Constraint to avoid joint position limits. More... | |
struct | constrained_ik::constraints::AvoidJointLimits::AvoidJointLimitsData |
This structure stores constraint data. More... | |
struct | constrained_ik::constraints::AvoidJointLimits::LimitsT |
Stores joint limit constraint data for a single joint. More... |
Constraint to avoid joint position limits.
Using cubic velocity ramp, it pushes each joint away from its limits, with a maximimum velocity of 2*threshold*(joint range). Only affects joints that are within theshold of joint limit.
Definition in file avoid_joint_limits.h.