Skip to content
Snippets Groups Projects

RT controller and simplification

Merged Fabian Reister requested to merge chore/rt-controller-and-simplification into master
1 file
+ 4
4
Compare changes
  • Side-by-side
  • Inline
@@ -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;
Loading