From 3bf5bd1d89e7bce299d4b93907f6ef40308b9a9f Mon Sep 17 00:00:00 2001 From: Ian McMahon Date: Thu, 21 Apr 2016 11:02:26 -0400 Subject: [PATCH 1/2] updating 142 to add genjs as kinetic ros_core pkg --- rep-0142.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rep-0142.rst b/rep-0142.rst index f73b9dc56..8d664993c 100644 --- a/rep-0142.rst +++ b/rep-0142.rst @@ -60,14 +60,15 @@ ROS Core The `ros_core` metapackage composes the core communication protocols. It may not contain any GUI dependencies. In ROS Jade `ros_core` is extended to include `geneus`. +In ROS Kinetic `ros_core` is extended to include `genjs`. :: - ros_core: extends: [ros, ros_comm] packages: [catkin, cmake_modules, common_msgs, console_bridge, - gencpp, geneus(Jade and newer), genlisp, genmsg, genpy, message_generation, - message_runtime, + gencpp, geneus(Jade and newer), genjs(Kinetic and newer), + genlisp, genmsg, genpy, message_generation, message_runtime, rosbag_migration_rule, rosconsole_bridge, roscpp_core, rosgraph_msgs, roslisp, rospack, std_msgs, std_srvs] From cbf0de86a9e4e697cf3aa5583b9bc96fb43a11df Mon Sep 17 00:00:00 2001 From: Ian McMahon Date: Mon, 25 Apr 2016 17:41:58 -0400 Subject: [PATCH 2/2] renamed genjs to gennodejs based on discussion 142 --- rep-0142.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rep-0142.rst b/rep-0142.rst index 8d664993c..8746f1b76 100644 --- a/rep-0142.rst +++ b/rep-0142.rst @@ -60,14 +60,14 @@ ROS Core The `ros_core` metapackage composes the core communication protocols. It may not contain any GUI dependencies. In ROS Jade `ros_core` is extended to include `geneus`. -In ROS Kinetic `ros_core` is extended to include `genjs`. +In ROS Kinetic `ros_core` is extended to include `gennodejs`. :: - ros_core: extends: [ros, ros_comm] packages: [catkin, cmake_modules, common_msgs, console_bridge, - gencpp, geneus(Jade and newer), genjs(Kinetic and newer), + gencpp, geneus(Jade and newer), gennodejs(Kinetic and newer), genlisp, genmsg, genpy, message_generation, message_runtime, rosbag_migration_rule, rosconsole_bridge, roscpp_core, rosgraph_msgs, roslisp, rospack,