Chadi Salmi

Results 9 issues of Chadi Salmi

# 🚀 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.

I think the [metrics](https://github.com/maxspahn/localPlannerBench/blob/main/plannerbenchmark/postProcessing/metrics.py) are good candidates to create some unit tests for, since it should be clearly defined input->output. Especially if we want people to add their own metrics,...