Skip to content
Snippets Groups Projects
Commit 92d419c5 authored by armar-user's avatar armar-user
Browse files

fix: absolute path

parent 2a224d42
No related branches found
No related tags found
1 merge request!25RT controller and simplification
......@@ -48,12 +48,12 @@ namespace armarx::navigation::server
armarx::navigation::common::ControllerType::PlatformTrajectory>();
ARMARX_TRACE;
// FIXME remove withconfig
const armarx::PackagePath configPath("armarx_navigation", "controller_config/PlatformTrajectory/default.json");
auto ctrlWrapper =
builder.withNodeSet("PlatformPlanning")
.withConfig(
"/home/fabi/workspace/armarx/skills/navigation/data/armarx_navigation/"
"controller_config/PlatformTrajectory/default.json")
.withConfig(configPath.toSystemPath())
.create();
ARMARX_TRACE;
......
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