|
MoveIt Pro API
Core Behaviors for MoveIt Pro
|
Tolerances that the final path waypoint (the goal) must satisfy. More...
#include <path_ik.hpp>
Public Attributes | |
| double | translation = kUnconstrained |
| double | rotation = kUnconstrained |
Static Public Attributes | |
| static constexpr double | kUnconstrained = std::numeric_limits<double>::infinity() |
Tolerances that the final path waypoint (the goal) must satisfy.
A component set to infinity (the default) leaves that component unconstrained, which effectively disables the goal tolerance check. See PathIKOptions::setGoalTolerance() for the enforcement semantics.
|
staticconstexpr |
| double path_ik::GoalTolerance::rotation = kUnconstrained |
| double path_ik::GoalTolerance::translation = kUnconstrained |