CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
set_bool.hpp
Go to the documentation of this file.
1
8namespace std_srvs::srv {
14class SetBool {};
21public:
22 bool data;
23};
24
31public:
32 bool success;
33 std::string message;
34};
35} // namespace std_srvs::srv
ROS message class definition for SetBool::Request.
Definition set_bool.hpp:20
bool data
e.g. for hardware enabling / disabling
Definition set_bool.hpp:22
ROS message class definition for SetBool::Response.
Definition set_bool.hpp:30
bool success
indicate successful run of triggered service
Definition set_bool.hpp:32
std::string message
informational, e.g. for error messages
Definition set_bool.hpp:33
ROS service class definition for SetBool.
Definition set_bool.hpp:14
service definitions of the std_srvs package