Skip to content
Snippets Groups Projects
Commit cc157f98 authored by Christoph Pohl's avatar Christoph Pohl
Browse files

Fix missing implementation of virtual method

parent df1f01b3
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,9 @@ namespace armarx::navigation::server
void start(ControllerType controllerType) override{};
void stop() override{};
void
ensureIsActive(ControllerType controllerType) override{};
private:
VirtualRobot::RobotPtr robot;
......
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