Struct for containing the results of constraint evaluation. More...
#include <kinematic_constraint.h>
Public Member Functions | |
ConstraintEvaluationResult (bool result_satisfied=false, double dist=0.0) | |
Constructor. | |
Public Attributes | |
double | distance |
The distance evaluation from the constraint or constraints. | |
bool | satisfied |
Whether or not the constraint or constraints were satisfied. |
Struct for containing the results of constraint evaluation.
Definition at line 57 of file kinematic_constraint.h.
kinematic_constraints::ConstraintEvaluationResult::ConstraintEvaluationResult | ( | bool | result_satisfied = false , |
double | dist = 0.0 |
||
) | [inline] |
Constructor.
[in] | result_satisfied | True if the constraint evaluated to true, otherwise false |
[in] | dist | The distance evaluated by the constraint |
Definition at line 67 of file kinematic_constraint.h.
The distance evaluation from the constraint or constraints.
Definition at line 72 of file kinematic_constraint.h.
Whether or not the constraint or constraints were satisfied.
Definition at line 71 of file kinematic_constraint.h.