![]() |
Smart Minotaur
|
Creates a Thread to start the robot. Mehr ...
#include <RobotThread.hpp>
Öffentliche Methoden | |
| RobotThread (RobotCommunicator &p_robotCommunicator) | |
| void | run () |
| Control-loop for the robot until onStop() is called. | |
| void | setSamplingInterval (const int p_samplingIntervalMsec) |
| int | getSamplingInterval () |
Öffentliche Methoden geerbt von minotaur::Thread | |
| void | start () |
| void | stop () |
| void | join () |
Geschützte Methoden | |
| void | onStart () |
| Start the robot. | |
| void | onStop () |
| Terminates the robot-thread. | |
Creates a Thread to start the robot.