MIRA
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
RemoteControlTask Class Referenceabstract

This task enables remote controlling of a robot via the navigation system. More...

#include <navigation/tasks/RemoteControlTask.h>

Inheritance diagram for RemoteControlTask:
Inheritance graph
[legend]

Public Member Functions

 RemoteControlTask ()
 
template<typename Reflector >
void reflect (Reflector &r)
 The reflect method. More...
 
Class const & getClass () const
 

Static Public Member Functions

static PseudoClass const & CLASS ()
 

Protected Member Functions

virtual Class const & internalGetClass () const=0
 

Detailed Description

This task enables remote controlling of a robot via the navigation system.

Therefore the requested driving commands of the user should be followed as close as possible while using obstacle avoidance features. Can be combined with the IgnoreObstaclesTask to disable obstacle avoidance.

Constructor & Destructor Documentation

◆ RemoteControlTask()

RemoteControlTask ( )
inline

Member Function Documentation

◆ reflect()

void reflect ( Reflector &  r)
inlineinherited

The reflect method.


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