CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
int8.hpp
Go to the documentation of this file.
1
8namespace std_msgs::msg {
18class Int8 {
19public:
20 // This was originally provided as an example message.
21 // It is deprecated as of Foxy
22 // It is recommended to create your own semantically meaningful message.
23 // However if you would like to continue using this please use the equivalent in example_msgs.
24
25 int8_t data;
26};
27} // namespace std_msgs::msg
ROS message class definition for Int8.
Definition int8.hpp:18
message definitions of the std_msgs package
Definition bool.hpp:8