CreOS SDK
The CreOS SDK allows you to interact with Avular robots
 
Loading...
Searching...
No Matches
multi_array_dimension.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 std::string label;
26 uint32_t size;
27 uint32_t stride;
28};
29} // namespace std_msgs::msg
ROS message class definition for MultiArrayDimension.
Definition multi_array_dimension.hpp:18
uint32_t stride
stride of given dimension
Definition multi_array_dimension.hpp:27
uint32_t size
size of given dimension (in type units)
Definition multi_array_dimension.hpp:26
std::string label
label of given dimension
Definition multi_array_dimension.hpp:25
message definitions of the std_msgs package
Definition bool.hpp:8