A complete ROS service server and client implementation of the example_interfaces AddTwoInts service is done, along with an acompaning testbench.
18 lines
642 B
Plaintext
18 lines
642 B
Plaintext
// generated from rosidl_adapter/resource/msg.idl.em
|
|
// with input from example_interfaces/msg/UInt16.msg
|
|
// generated code does not contain a copyright notice
|
|
|
|
|
|
module example_interfaces {
|
|
module msg {
|
|
@verbatim (language="comment", text=
|
|
" This is an example message of using a primitive datatype, uint16." "\n"
|
|
" If you want to test with this that's fine, but if you are deploying" "\n"
|
|
" it into a system you should create a semantically meaningful message type." "\n"
|
|
" If you want to embed it in another message, use the primitive data type instead.")
|
|
struct UInt16 {
|
|
uint16 data;
|
|
};
|
|
};
|
|
};
|