#include <HLControl.hpp>
Public Member Functions | |
EnablePolicy () | |
bool | onEnableControl (labust_uvapp::EnableControl::Request &req, labust_uvapp::EnableControl::Response &resp) |
Protected Attributes | |
bool | enable |
ros::ServiceServer | enableControl |
Definition at line 80 of file HLControl.hpp.
labust::control::EnablePolicy::EnablePolicy | ( | ) | [inline] |
Definition at line 83 of file HLControl.hpp.
bool labust::control::EnablePolicy::onEnableControl | ( | labust_uvapp::EnableControl::Request & | req, |
labust_uvapp::EnableControl::Response & | resp | ||
) | [inline] |
Definition at line 91 of file HLControl.hpp.
bool labust::control::EnablePolicy::enable [protected] |
Is enabled.
Definition at line 102 of file HLControl.hpp.
High level controller service.
Definition at line 106 of file HLControl.hpp.