CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
get_state.hpp
Go to the documentation of this file.
1
8namespace creos_sdk_msgs::srv {
14class GetState {};
28public:
29 // Copyright (C) 2024 Avular Holding B.V. - All Rights Reserved
30 // You may use this code under the terms of the Avular
31 // Software End-User License Agreement.
32 //
33 // You should have received a copy of the Avular
34 // Software End-User License Agreement license with
35 // this file, or download it from: avular.com/eula
36
37 // Get the system information
38};
39
53public:
54 bool success;
55 std::string message;
57};
58} // namespace creos_sdk_msgs::srv
ROS message class definition for State.
Definition state.hpp:21
ROS message class definition for GetState::Request.
Definition get_state.hpp:27
ROS message class definition for GetState::Response.
Definition get_state.hpp:52
bool success
indicate successful run of triggered service
Definition get_state.hpp:54
std::string message
informational, e.g. for error messages
Definition get_state.hpp:55
msg::State state
the current state of the robot
Definition get_state.hpp:56
ROS service class definition for GetState.
Definition get_state.hpp:14
service definitions of the creos_sdk_msgs package