localPlannerBench icon indicating copy to clipboard operation
localPlannerBench copied to clipboard

Local Planner Bench

Results 24 localPlannerBench issues
Sort by recently updated
recently updated
newest added

Updates the structure to comply with updates in the dependencies. Integrates ompl as a global planner.

Adds the basic LiDAR fabric planner with an example setup file.

Especially in planar cases (mobile robots, cars), it is very useful to have a more involved model of moving obstacles. Therefore, the integration of a social forces model would be...

# 🚀 Feature Request Include customizable uncertainty to help make the benchmarks more representative of real scenarios. ## Motivation At this moment the planner will have access to the ground...

enhancement

# 🚀 Feature Request Add interface to global planners found in OMPL, that give guidance to the local planners. ## Motivation Global planners like found in OMPL can influence the...

enhancement

# 🚀 Feature Request Add support for observations in the form of occupancy maps, obstacle semantics, semantic maps, or even direct camera / lidar data. ## Motivation Recent local motion...

enhancement

# 🚀 Feature Request Include a wrapper to the currently considered state-of-the-art in local motion planning. ## Motivation To gain more attention and traction to localPlannerBench, we should consider implementing...

enhancement

Version `v.1.0.0` of the package is available on PyPi, but to add a custom planner currently you have to change stuff within the package. Either placing your custom planner in...

Currently the GNUplot scripts within [post_processing](https://github.com/maxspahn/localPlannerBench/tree/main/plannerbenchmark/postProcessing) contains hardcoded names for planners to create proper labels. Ideally this should be parameterized, so any new planner automatically has the right label.