Skip to content
Snippets Groups Projects
Commit 8ae12c87 authored by Tobias Gröger's avatar Tobias Gröger
Browse files

Fix bug in loadDefaultConfig

parent 2522bc14
No related branches found
No related tags found
2 merge requests!39Feature/teb config as json,!28Draft: Dev -> Main
......@@ -95,7 +95,7 @@ namespace armarx::navigation::local_planning
dto.read(reader, jsonConfig);
toTebCfg(params.cfg, cfg_);
toTebCfg(dto, cfg_);
}
std::optional<LocalPlannerResult>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment