INTRODUCTION Overview Download and Install Quick Start Documentation Publications NONFRAMEWORK CODE Driver Interfaces Drivers Libraries Utilities FRAMEWORK CODE Interfaces Components Libraries Utilities Full Software Listings DEVELOPER Tutorials Examples Dev Guide Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
libHydroPathplan
|
Library useful for path planning applications.
This library contains an API to common path planning functionality in a 2D world. All path planning uses an occupancy grid representation of the world.
The library consists of plain C-functions and a few a few helper classes. For all classes and functions, refer to hydropathplan. They can be used in a pathplanning component such as hydro_component_pathplanner.
Header file:
#include <hydropathplan/hydropathplan.h>
Here's a list of a few configuration parameters and their meaning. For more information, refer to hydro_component_pathplanner.
traversabilityThreshhold
(double)robotDiameterMetres
(double)doPathOptimization
(bool)Tobias Kaupp
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)