AP_DDS: add IDL for rosgraph_msgs/msg/Clock

Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
This commit is contained in:
Rhys Mainwaring 2023-05-10 10:29:33 +01:00 committed by Andrew Tridgell
parent 1452dc0c54
commit c60796a0df
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
// generated from rosidl_adapter/resource/msg.idl.em
// with input from rosgraph_msgs/msg/Clock.msg
// generated code does not contain a copyright notice
#include "builtin_interfaces/msg/Time.idl"
module rosgraph_msgs {
module msg {
@verbatim (language="comment", text=
"This message communicates the current time." "\n"
"" "\n"
"For more information, see https://design.ros2.org/articles/clock_and_time.html.")
struct Clock {
builtin_interfaces::msg::Time clock;
};
};
};