A complete ROS service server and client implementation of the example_interfaces AddTwoInts service is done, along with an acompaning testbench.
10 lines
396 B
Plaintext
10 lines
396 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.
|
|
|
|
# Please look at the MultiArrayLayout message definition for
|
|
# documentation on all multiarrays.
|
|
|
|
MultiArrayLayout layout # specification of data layout
|
|
uint32[] data # array of data
|