Public Member Functions | Public Attributes
constraint_samplers::JointConstraintSampler::JointInfo Struct Reference

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

#include <default_constraint_samplers.h>

List of all members.

Public Member Functions

 JointInfo ()
 Constructor.
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.

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 154 of file default_constraint_samplers.h.


Constructor & Destructor Documentation

Constructor.

Returns:

Definition at line 161 of file default_constraint_samplers.h.


Member Function Documentation

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 176 of file default_constraint_samplers.h.


Member Data Documentation

The index within the joint state vector for this joint

Definition at line 184 of file default_constraint_samplers.h.

The most restrictive max value of those set

Definition at line 183 of file default_constraint_samplers.h.

The most restrictive min value of those set

Definition at line 182 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 Mon Oct 6 2014 02:24:48