CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
int8_multi_array.hpp
Go to the documentation of this file.
1
8namespace std_msgs::msg {
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 // Please look at the MultiArrayLayout message definition for
26 // documentation on all multiarrays.
27
29 std::vector<int8_t> data;
30};
31} // namespace std_msgs::msg
ROS message class definition for Int8MultiArray.
Definition int8_multi_array.hpp:18
std::vector< int8_t > data
array of data
Definition int8_multi_array.hpp:29
msg::MultiArrayLayout layout
specification of data layout
Definition int8_multi_array.hpp:28
ROS message class definition for MultiArrayLayout.
Definition multi_array_layout.hpp:18
message definitions of the std_msgs package
Definition bool.hpp:8