1 #ifndef TELEOPERATIONSTATE_H 2 #define TELEOPERATIONSTATE_H
void onExplorationStart(bool &success, std::string &message)
void onWaypointFollowingStop(bool &success, std::string &message)
State being active while the robot is teleoperated.
void onWaypointFollowingStart(bool &success, std::string &message)
void onInterrupt(int interrupt)
Called when an operation mode interrupt was received.
void onExplorationStop(bool &success, std::string &message)