Skip to content
Snippets Groups Projects
Commit 21beb5bc authored by Christian Dreher's avatar Christian Dreher
Browse files

chore: Cleanup.

parent 18ac0201
No related branches found
No related tags found
No related merge requests found
......@@ -87,11 +87,10 @@ exns::ExampleClient::exampleNavigation()
using namespace armarx::nav;
// Create an example configuration valid for the following move* calls.
auto gen = GeneralConfig{/*.maxVel = {.linear = 400, .angular = 0.1}*/};
navigator.configure(NavigationStackConfig()
.configureGeneral(gen));
.configureGeneral({}));
// Example of registering lambda callback.
// Example of registering a lambda as callback.
navigator.onGoalReached([&]()
{
ARMARX_IMPORTANT << "Goal reached! (lambda-style)";
......
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