DummyExecutor.cpp
Go to the documentation of this file.
1#include "DummyExecutor.h"
2
5
7{
8
9 void
11 {
12 }
13
14 void
16 {
17 }
18
19 void
21 {
22 }
23
24 void
28
29 void
33
34 void
38
39 void
41 {
42
43 }
44
45} // namespace armarx::navigation::server
void ensureIsActive(ControllerType controllerType) override
void updateVelocityLimits(const core::TwistLimits &limits) override
void updateVelocityFactor(float velocityFactor) override
void start(ControllerType controllerType) override
void execute(const core::LocalTrajectory &trajectory, bool activateController=false) override
This file is part of ArmarX.