From 6e2e23c6342da27df5031ca8876708363c05e124 Mon Sep 17 00:00:00 2001 From: Andre Rosa Date: Fri, 5 Apr 2019 19:16:58 -0700 Subject: [PATCH] DRAFT ros2cli-0.6.3.inc: Add required runtime dependencies * ros2 command line utility works well on emulator: root@qemux86:~# ros2 topic list /parameter_events /rosout root@qemux86:~# ros2 topic pub /chatter std_msgs/String "data: Hello world" publisher: beginning loop publishing #1: std_msgs.msg.String(data='Hello world') publishing #2: std_msgs.msg.String(data='Hello world') ^C root@qemux86:~# ros2 topic echo /chatter data: Hello world data: Hello world ^C * Version-specific because it might be fixed in a new version. --- includes-ros2/ros2cli/ros2cli-0.6.3.inc | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 includes-ros2/ros2cli/ros2cli-0.6.3.inc diff --git a/includes-ros2/ros2cli/ros2cli-0.6.3.inc b/includes-ros2/ros2cli/ros2cli-0.6.3.inc new file mode 100644 index 0000000..a6a65a2 --- /dev/null +++ b/includes-ros2/ros2cli/ros2cli-0.6.3.inc @@ -0,0 +1,10 @@ +# Copyright (c) 2019 LG Electronics, Inc. + +RDEPENDS_${PN} += " \ + ${PYTHON_PN}-misc \ + ${PYTHON_PN}-pydoc \ + ${PYTHON_PN}-pyparsing \ + ${PYTHON_PN}-pyyaml \ + ${PYTHON_PN}-xmlrpc \ + rosidl-generator-py \ +"