CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
get_battery_status.hpp
Go to the documentation of this file.
1
8namespace creos_sdk_msgs::srv {
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 battery status information
38};
39
53public:
54 bool success;
55 std::string message;
56 msg::BatteryStatus status;
57};
58} // namespace creos_sdk_msgs::srv
ROS message class definition for BatteryStatus.
Definition battery_status.hpp:21
ROS message class definition for GetBatteryStatus::Request.
Definition get_battery_status.hpp:27
ROS message class definition for GetBatteryStatus::Response.
Definition get_battery_status.hpp:52
bool success
indicate successful run of triggered service
Definition get_battery_status.hpp:54
std::string message
informational, e.g. for error messages
Definition get_battery_status.hpp:55
ROS service class definition for GetBatteryStatus.
Definition get_battery_status.hpp:14
service definitions of the creos_sdk_msgs package