|
Robowflex
v0.1
Making MoveIt Easy
|
Settings descriptor for settings provided by the default MoveIt! OMPL planning pipeline. More...
#include <planning.h>
Public Member Functions | |
| Settings () | |
| Constructor. Initialized here so an empty class can be used as default arguments in a function. More... | |
| void | setParam (IO::Handler &handler) const |
| Sets member variables on the parameter server using handler. More... | |
Public Attributes | |
| int | max_goal_samples |
| Maximum number of successful goal samples to keep. More... | |
| int | max_goal_sampling_attempts |
| Maximum number of attempts to sample a goal. More... | |
| int | max_planning_threads |
| Maximum number of threads used to service a request. More... | |
| double | max_solution_segment_length |
| Maximum solution segment length. More... | |
| int | max_state_sampling_attempts |
| Maximum number of attempts to sample a new state. More... | |
| int | minimum_waypoint_count |
| Minimum number of waypoints in output path. More... | |
| bool | simplify_solutions |
| Whether or not planner should simplify solutions. More... | |
| bool | hybridize_solutions |
| Whether or not planner should hybridize solutions. More... | |
| bool | interpolate_solutions |
| Whether or not planner should interpolate solutions. More... | |
| bool | use_constraints_approximations |
| Absolute silliness. More... | |
| bool | display_random_valid_states |
| N/A, defunct. More... | |
| std::string | link_for_exploration_tree |
| N/A, defunct. More... | |
| double | maximum_waypoint_distance |
| Maximum distance between waypoints in path. More... | |
Settings descriptor for settings provided by the default MoveIt! OMPL planning pipeline.
Definition at line 300 of file robowflex_library/include/robowflex_library/planning.h.
| OMPL::Settings::Settings | ( | ) |
Constructor. Initialized here so an empty class can be used as default arguments in a function.
Definition at line 300 of file robowflex_library/src/planning.cpp.
| void OMPL::Settings::setParam | ( | IO::Handler & | handler | ) | const |
Sets member variables on the parameter server using handler.
Definition at line 317 of file robowflex_library/src/planning.cpp.
| bool robowflex::OMPL::Settings::display_random_valid_states |
N/A, defunct.
Definition at line 318 of file robowflex_library/include/robowflex_library/planning.h.
| bool robowflex::OMPL::Settings::hybridize_solutions |
Whether or not planner should hybridize solutions.
Definition at line 315 of file robowflex_library/include/robowflex_library/planning.h.
| bool robowflex::OMPL::Settings::interpolate_solutions |
Whether or not planner should interpolate solutions.
Definition at line 316 of file robowflex_library/include/robowflex_library/planning.h.
| std::string robowflex::OMPL::Settings::link_for_exploration_tree |
N/A, defunct.
Definition at line 319 of file robowflex_library/include/robowflex_library/planning.h.
| int robowflex::OMPL::Settings::max_goal_samples |
Maximum number of successful goal samples to keep.
Definition at line 308 of file robowflex_library/include/robowflex_library/planning.h.
| int robowflex::OMPL::Settings::max_goal_sampling_attempts |
Maximum number of attempts to sample a goal.
Definition at line 309 of file robowflex_library/include/robowflex_library/planning.h.
| int robowflex::OMPL::Settings::max_planning_threads |
Maximum number of threads used to service a request.
Definition at line 310 of file robowflex_library/include/robowflex_library/planning.h.
| double robowflex::OMPL::Settings::max_solution_segment_length |
Maximum solution segment length.
Definition at line 311 of file robowflex_library/include/robowflex_library/planning.h.
| int robowflex::OMPL::Settings::max_state_sampling_attempts |
Maximum number of attempts to sample a new state.
Definition at line 312 of file robowflex_library/include/robowflex_library/planning.h.
| double robowflex::OMPL::Settings::maximum_waypoint_distance |
Maximum distance between waypoints in path.
Definition at line 320 of file robowflex_library/include/robowflex_library/planning.h.
| int robowflex::OMPL::Settings::minimum_waypoint_count |
Minimum number of waypoints in output path.
Definition at line 313 of file robowflex_library/include/robowflex_library/planning.h.
| bool robowflex::OMPL::Settings::simplify_solutions |
Whether or not planner should simplify solutions.
Definition at line 314 of file robowflex_library/include/robowflex_library/planning.h.
| bool robowflex::OMPL::Settings::use_constraints_approximations |
Absolute silliness.
Definition at line 317 of file robowflex_library/include/robowflex_library/planning.h.