moveit2
The MoveIt Motion Planning Framework for ROS 2.
Public Member Functions | Public Attributes | List of all members
ompl_interface::ConstraintApproximationConstructionOptions Struct Reference

#include <constraints_library.h>

Public Member Functions

 ConstraintApproximationConstructionOptions ()
 

Public Attributes

std::string state_space_parameterization
 
unsigned int samples
 
unsigned int edges_per_sample
 
double max_edge_length
 
bool explicit_motions
 
double explicit_points_resolution
 
unsigned int max_explicit_points
 

Detailed Description

Definition at line 129 of file constraints_library.h.

Constructor & Destructor Documentation

◆ ConstraintApproximationConstructionOptions()

ompl_interface::ConstraintApproximationConstructionOptions::ConstraintApproximationConstructionOptions ( )
inline

Definition at line 131 of file constraints_library.h.

Member Data Documentation

◆ edges_per_sample

unsigned int ompl_interface::ConstraintApproximationConstructionOptions::edges_per_sample

Definition at line 143 of file constraints_library.h.

◆ explicit_motions

bool ompl_interface::ConstraintApproximationConstructionOptions::explicit_motions

Definition at line 145 of file constraints_library.h.

◆ explicit_points_resolution

double ompl_interface::ConstraintApproximationConstructionOptions::explicit_points_resolution

Definition at line 146 of file constraints_library.h.

◆ max_edge_length

double ompl_interface::ConstraintApproximationConstructionOptions::max_edge_length

Definition at line 144 of file constraints_library.h.

◆ max_explicit_points

unsigned int ompl_interface::ConstraintApproximationConstructionOptions::max_explicit_points

Definition at line 147 of file constraints_library.h.

◆ samples

unsigned int ompl_interface::ConstraintApproximationConstructionOptions::samples

Definition at line 142 of file constraints_library.h.

◆ state_space_parameterization

std::string ompl_interface::ConstraintApproximationConstructionOptions::state_space_parameterization

Definition at line 141 of file constraints_library.h.


The documentation for this struct was generated from the following file: