tud-amr / localPlannerBench

Local Planner Bench
https://tud-amr.github.io/localPlannerBench/
GNU General Public License v3.0
50 stars 5 forks source link

Ft planner separate yaml wrapper #25

Closed maxspahn closed 2 years ago

maxspahn commented 2 years ago

Introduces dataclasses for configuration files for the planners. The yaml files are parsed in the PlannerRegistry.create_planner function. That isolates the parsing and abstracts the planners. Also, it removes several setter functions from the planner.