Public Member Functions | Public Attributes | List of all members
constraint_samplers::JointConstraintSampler::JointInfo Struct Reference

An internal structure used for maintaining constraints on a particular joint. More...

#include <default_constraint_samplers.h>

Public Member Functions

 JointInfo ()
 Constructor. More...
 
void potentiallyAdjustMinMaxBounds (double min, double max)
 Function that adjusts the joints only if they are more restrictive. This means that the min limit is higher than the current limit, or the max limit is lower than the current max limit. More...
 

Public Attributes

std::size_t index_
 
double max_bound_
 
double min_bound_
 

Detailed Description

An internal structure used for maintaining constraints on a particular joint.

Definition at line 160 of file default_constraint_samplers.h.

Constructor & Destructor Documentation

constraint_samplers::JointConstraintSampler::JointInfo::JointInfo ( )
inline

Constructor.

Returns

Definition at line 167 of file default_constraint_samplers.h.

Member Function Documentation

void constraint_samplers::JointConstraintSampler::JointInfo::potentiallyAdjustMinMaxBounds ( double  min,
double  max 
)
inline

Function that adjusts the joints only if they are more restrictive. This means that the min limit is higher than the current limit, or the max limit is lower than the current max limit.

Parameters
minThe min limit for potential adjustment
maxThe max limit for potential adjustment

Definition at line 182 of file default_constraint_samplers.h.

Member Data Documentation

std::size_t constraint_samplers::JointConstraintSampler::JointInfo::index_

The index within the joint state vector for this joint

Definition at line 190 of file default_constraint_samplers.h.

double constraint_samplers::JointConstraintSampler::JointInfo::max_bound_

The most restrictive max value of those set

Definition at line 189 of file default_constraint_samplers.h.

double constraint_samplers::JointConstraintSampler::JointInfo::min_bound_

The most restrictive min value of those set

Definition at line 188 of file default_constraint_samplers.h.


The documentation for this struct was generated from the following file:


moveit_core
Author(s): Ioan Sucan , Sachin Chitta , Acorn Pooley
autogenerated on Wed Jul 10 2019 04:03:05