Public Member Functions | List of all members
LimiterAllJointPositions Class Reference

Class for limiters, declaring the method to limit all joint positions. More...

#include <limiter.h>

Inheritance diagram for LimiterAllJointPositions:
Inheritance graph
[legend]

Public Member Functions

virtual KDL::JntArray enforceLimits (const KDL::JntArray &q_dot_ik, const KDL::JntArray &q) const
 
 LimiterAllJointPositions (const LimiterParams &limiter_params)
 
- Public Member Functions inherited from LimiterJointBase
 LimiterJointBase (const LimiterParams &limiter_params)
 
virtual ~LimiterJointBase ()
 

Additional Inherited Members

- Protected Attributes inherited from LimiterJointBase
const LimiterParamslimiter_params_
 

Detailed Description

Class for limiters, declaring the method to limit all joint positions.

Definition at line 74 of file limiter.h.

Constructor & Destructor Documentation

LimiterAllJointPositions::LimiterAllJointPositions ( const LimiterParams limiter_params)
inlineexplicit

Definition at line 83 of file limiter.h.

Member Function Documentation

KDL::JntArray LimiterAllJointPositions::enforceLimits ( const KDL::JntArray q_dot_ik,
const KDL::JntArray q 
) const
virtual

Specific implementation of enforceLimits-method. See base class LimiterJointBase for more details on params and returns.

Checks the positions of the joints whether they are in limits_tolerance or not. If not the corresponding velocities vector is scaled. This function multiplies the velocities that result from the IK with a limits-dependent factor in case the joint positions violate the specified limits_tolerance. The factor is calculated by using the cosine function to provide a smooth transition from 1 to zero. Factor is applied on all joint velocities (although only one joint has exceeded its limits), so that the direction of the desired twist is not changed. -> Important for the Use-Case to follow a trajectory exactly!

Implements LimiterJointBase.

Definition at line 150 of file limiter.cpp.


The documentation for this class was generated from the following files:


cob_twist_controller
Author(s): Felix Messmer , Marco Bezzon , Christoph Mark , Francisco Moreno
autogenerated on Thu Apr 8 2021 02:40:01