|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
Struct for containing the results of constraint evaluation. More...
#include <kinematic_constraint.hpp>
Public Member Functions | |
| ConstraintEvaluationResult (bool result_satisfied=false, double dist=0.0) | |
| Constructor. | |
Public Attributes | |
| bool | satisfied |
| Whether or not the constraint or constraints were satisfied. | |
| double | distance |
| The distance evaluation from the constraint or constraints. | |
Struct for containing the results of constraint evaluation.
Definition at line 55 of file kinematic_constraint.hpp.
|
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 65 of file kinematic_constraint.hpp.
| double kinematic_constraints::ConstraintEvaluationResult::distance |
The distance evaluation from the constraint or constraints.
Definition at line 71 of file kinematic_constraint.hpp.
| bool kinematic_constraints::ConstraintEvaluationResult::satisfied |
Whether or not the constraint or constraints were satisfied.
Definition at line 70 of file kinematic_constraint.hpp.