ExecutorInterface Class Referenceabstract

An executer the server navigator will use to send its control commands to. More...

#include <armarx/navigation/server/execution/ExecutorInterface.h>

+ Inheritance diagram for ExecutorInterface:

Public Types

enum  ControllerType { GlobalTrajectory, LocalTrajectory, None }
 

Public Member Functions

virtual void ensureIsActive (ControllerType controllerType)=0
 
virtual void execute (const core::GlobalTrajectory &trajectory, bool activateController=false)=0
 
virtual void execute (const core::LocalTrajectory &trajectory, bool activateController=false)=0
 
virtual void start (ControllerType controllerType)=0
 
virtual void stop ()=0
 
virtual ~ExecutorInterface ()=default
 

Detailed Description

An executer the server navigator will use to send its control commands to.

Definition at line 11 of file ExecutorInterface.h.

Member Enumeration Documentation

◆ ControllerType

enum ControllerType
strong
Enumerator
GlobalTrajectory 
LocalTrajectory 
None 

Definition at line 21 of file ExecutorInterface.h.

Constructor & Destructor Documentation

◆ ~ExecutorInterface()

virtual ~ExecutorInterface ( )
virtualdefault

Member Function Documentation

◆ ensureIsActive()

virtual void ensureIsActive ( ControllerType  controllerType)
pure virtual

Implemented in DummyExecutor.

◆ execute() [1/2]

virtual void execute ( const core::GlobalTrajectory trajectory,
bool  activateController = false 
)
pure virtual

◆ execute() [2/2]

virtual void execute ( const core::LocalTrajectory trajectory,
bool  activateController = false 
)
pure virtual

Implemented in PlatformControllerExecutor, and DummyExecutor.

+ Here is the caller graph for this function:

◆ start()

virtual void start ( ControllerType  controllerType)
pure virtual

Implemented in DummyExecutor.

+ Here is the caller graph for this function:

◆ stop()

virtual void stop ( )
pure virtual

Implemented in PlatformControllerExecutor, and DummyExecutor.

+ Here is the caller graph for this function:

The documentation for this class was generated from the following file: