CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
set_control_source.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 // Set the active control source
38 int8_t source;
39};
40
54public:
55 bool success;
56 std::string message;
57};
58} // namespace creos_sdk_msgs::srv
ROS message class definition for SetControlSource::Request.
Definition set_control_source.hpp:27
int8_t source
The control source to set, as defined in the ControlSource message.
Definition set_control_source.hpp:38
ROS message class definition for SetControlSource::Response.
Definition set_control_source.hpp:53
std::string message
informational, e.g. for error messages
Definition set_control_source.hpp:56
bool success
indicate successful run of triggered service
Definition set_control_source.hpp:55
ROS service class definition for SetControlSource.
Definition set_control_source.hpp:14
service definitions of the creos_sdk_msgs package