File List

Here is a list of all documented files with brief descriptions:
src/doc_headers/doc_front_page.h [code]
src/doc_headers/examples.h [code]
src/doc_headers/groups.h [code]
src/smp/common/region.h [code]The standard brute-force collision checker
src/smp/components/collision_checkers/base.h [code]The abstract collision checker
src/smp/components/collision_checkers/mu_calculus.h [code]Collision checker for the mu-calculus model checker
src/smp/components/collision_checkers/standard.h [code]The standard brute-force collision checker
src/smp/components/cost_evaluators/base.h [code]The abstract cost evaluator
src/smp/components/cost_evaluators/time.h [code]The cost evaluator based on the execution time
src/smp/components/distance_evaluators/base.h [code]The abstract distance evaluator
src/smp/components/distance_evaluators/kdtree.h [code]The abstract sampler
src/smp/components/extenders/base.h [code]The abstract extender
src/smp/components/extenders/double_integrator.h [code]The double integrator system components. State, input, and extender definitions
src/smp/components/extenders/dubins.h [code]The extend function component that implements a dubins car
src/smp/components/extenders/dubins_double_integrator.h [code]The combined dubins car and double integrator system components. State, input, and extender definitions
src/smp/components/extenders/input_array_double.h [code]An implementation of an input data structure as a double array
src/smp/components/extenders/single_integrator.h [code]The single integrator system components. State, input, and extender definitions
src/smp/components/extenders/state_array_double.h [code]An implementation of an state data structure as a double array
src/smp/components/model_checkers/base.h [code]Definition of the model checker
src/smp/components/model_checkers/mu_calculus.h [code]The mu-calculus model checker
src/smp/components/model_checkers/reachability.h [code]Definition of the reachability model checker
src/smp/components/multipurpose/minimum_time_reachability.h [code]An implementation of the vertex and edge components in the graph
src/smp/components/samplers/base.h [code]The abstract sampler
src/smp/components/samplers/halton.h [code]The halton deterministic sampler
src/smp/components/samplers/trajectory_bias.h [code]The trajectory bias sampler definitions/
src/smp/components/samplers/uniform.h [code]The uniform sampler
src/smp/interfaces/base.h [code]The abstract interfacer
src/smp/interfaces/libbot.h [code]The interface for libbot 1
src/smp/planner_utils/trajectory.h [code]Definition of the trajectory class
src/smp/planner_utils/vertex_edge.h [code]An implementation of the vertex and edge components in the graph
src/smp/planners/base.h [code]Generic sampling-based motion planner definition
src/smp/planners/base_incremental.h [code]Generic incremental sampling-based motion planner definition
src/smp/planners/planner_parameters.h [code]Classes that handle parameters of the algorithms
src/smp/planners/rrg.h [code]An implementation of a Rapidly-exploring Random Graph (RRG) algorithm
src/smp/planners/rrt.h [code]An implementation of a Rapidly-exploring Random Tree (RRT) algorithm
src/smp/planners/rrtstar.h [code]An implementation of a RRT* algorithm
src/smp/utils/branch_and_bound_base.h [code]Branch and bound heuristic for tree-based motion planners
src/smp/utils/branch_and_bound_euclidean.h [code]Branch and bound with the Euclidean distance heuristic
src/smp/utils/debugging_tools_check_tree_structure.h [code]Implements debugging tools that checks whether a given list of vertices constitutes a legitimate tree structure