rtps-fpga/src/ros2/example_interfaces/MultiArrayDimension.msg
Greek 63ce5642de Add AddTwoInts ROS Service Implementation
A complete ROS service server and client implementation of the
example_interfaces AddTwoInts service is done, along with an acompaning
testbench.
2022-01-24 17:53:07 +01:00

8 lines
329 B
Plaintext

# This is an example of using complex datatypes.
# It is not recommended to use directly.
# To use a similar datastruct please define a custom message with appropriate semantic meaning.
string label # label of given dimension
uint32 size # size of given dimension (in type units)
uint32 stride # stride of given dimension