moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <constraints_library.h>
Public Attributes | |
ConstraintApproximationPtr | approx |
std::size_t | milestones |
double | state_sampling_time |
double | state_connection_time |
double | sampling_success_rate |
Definition at line 150 of file constraints_library.h.
ConstraintApproximationPtr ompl_interface::ConstraintApproximationConstructionResults::approx |
Definition at line 152 of file constraints_library.h.
std::size_t ompl_interface::ConstraintApproximationConstructionResults::milestones |
Definition at line 153 of file constraints_library.h.
double ompl_interface::ConstraintApproximationConstructionResults::sampling_success_rate |
Definition at line 156 of file constraints_library.h.
double ompl_interface::ConstraintApproximationConstructionResults::state_connection_time |
Definition at line 155 of file constraints_library.h.
double ompl_interface::ConstraintApproximationConstructionResults::state_sampling_time |
Definition at line 154 of file constraints_library.h.