An executer the server navigator will use to send its control commands to.
More...
#include <armarx/navigation/server/execution/ExecutorInterface.h>
An executer the server navigator will use to send its control commands to.
Definition at line 12 of file ExecutorInterface.h.
◆ ControllerType
◆ ~ExecutorInterface()
◆ consumeEmergencyStopRelease()
| virtual bool consumeEmergencyStopRelease |
( |
| ) |
|
|
inlinevirtual |
Whether the emergency stop has been released since this was last asked.
Reports the edge once and clears it. The caller must re-anchor its plan at the robot's current pose before the controller is activated again: the robot stands still where the old profile assigns cruise speed, so resuming on the old trajectory steps the command from zero and the device ramp answers at its own maximum.
Defaults to false for executors with no emergency-stop source.
Reimplemented in PlatformControllerExecutor.
Definition at line 47 of file ExecutorInterface.h.
◆ ensureIsActive()
◆ execute() [1/2]
◆ execute() [2/2]
◆ start()
◆ stop()
◆ updateVelocityFactor()
| virtual void updateVelocityFactor |
( |
float | velocityFactor | ) |
|
|
pure virtual |
◆ updateVelocityLimits()
The documentation for this class was generated from the following file: