Go to the documentation of this file.
5 #include <Eigen/Geometry>
7 #include <VirtualRobot/Robot.h>
25 bool activateController =
false)
override{};
28 bool activateController =
false)
override{};
An executer the server navigator will use to send its control commands to.
void ensureIsActive(ControllerType controllerType) override
void start(ControllerType controllerType) override
This file is part of ArmarX.
~DummyExecutor() override=default
void execute(const core::GlobalTrajectory &trajectory, bool activateController=false) override
void execute(const core::LocalTrajectory &trajectory, bool activateController=false) override
std::shared_ptr< class Robot > RobotPtr