From 6643f9eecfbc9e8fe089c7530a48083c0e14320d Mon Sep 17 00:00:00 2001 From: jtbaird Date: Tue, 17 Dec 2019 15:29:44 -0500 Subject: [PATCH 1/3] added updated release notes for Testarossa release --- docs/Release_notes.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/Release_notes.md b/docs/Release_notes.md index 581c38e841..7ddf8be80e 100644 --- a/docs/Release_notes.md +++ b/docs/Release_notes.md @@ -1,6 +1,35 @@ CARMA Platform Release Notes ---------------------------- +Version Testarossa, released December 23rd, 2019 +-------------------------------------------------------- + +**Summary:** +CARMAPlatform release version Testarossa includes the following four major updates. An initial converter has been developed to convert OpenDrive maps to LaneLet2's OSM format. The converter currently only covers lane geometry only. Autoware v1.13 pre-release has been integrated with CARMAPlatform. A guidance plan delegator has been developed to notify strategic plugins that the arbitrator has selected their maneuver plan, and request the correstponding trajectory plan for said plugin. Finally, a guidance re-engage capability has been added to the platform, which will allow for multiple runs to be made without restarting the software. + +Enhancements in this release: +- Issue 416: Update Docker to use Autoware 1.12 build +- Issue 419: Adde support for Lanelet2 to Docker images and upgrade to Autoware v1.123 pre-release +- Issue 431: Develope MVP OpenDrive to LaneLet2 Converter +- Issue 432: Develope world model for external objects (perception) +- Issue 456: Create initial vehicle model +- Issue 457: Add example vehicle calibration folder for CARMA users + +Fixes in this release: +- Issue 342: Fix UI, version number not showing up +- Issue 378: Fix the Operator Override state for SSC Wrapper and Guidance +- Issue 433: Autoware plugin publishes plugin discovery topic only once +- Issue 436: Arbitrator CapabilitiesInterface is not initialized +- Issue 437: Autoware Plugin discovery message does not contain plugin type +- Issue 439: Abritrator node initialization function is called multiple times during INITIAL state +- Issue 443: Autoware maneuver plan does not contain planner name +- Issue 446: Arbitrator does not load plugin priorities correctly +- Issue 448: Autoware plugin's plan_trajectory service response contains empty plan +- Issue 450: Arbitrator public node handle is initialized with namespace +- Issue 451: Arbitrator node publishes maneuver plan every 10 seconds +- Issue 452: Pure pursuit wrapper does not convert trajectory into waypoints under new CARMA planning stack + + Version 3.1.0, released 18 October 2019 -------------------------------------------------------- From 0312aefa2d26ca997d72859726182ab137b3da97 Mon Sep 17 00:00:00 2001 From: jtbaird Date: Thu, 19 Dec 2019 09:27:16 -0500 Subject: [PATCH 2/3] updated issue 416 to reflect proper Autoware version --- docs/Release_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Release_notes.md b/docs/Release_notes.md index 7ddf8be80e..188f6a0f1a 100644 --- a/docs/Release_notes.md +++ b/docs/Release_notes.md @@ -8,7 +8,7 @@ Version Testarossa, released December 23rd, 2019 CARMAPlatform release version Testarossa includes the following four major updates. An initial converter has been developed to convert OpenDrive maps to LaneLet2's OSM format. The converter currently only covers lane geometry only. Autoware v1.13 pre-release has been integrated with CARMAPlatform. A guidance plan delegator has been developed to notify strategic plugins that the arbitrator has selected their maneuver plan, and request the correstponding trajectory plan for said plugin. Finally, a guidance re-engage capability has been added to the platform, which will allow for multiple runs to be made without restarting the software. Enhancements in this release: -- Issue 416: Update Docker to use Autoware 1.12 build +- Issue 416: Update Docker to use Autoware 1.13 build - Issue 419: Adde support for Lanelet2 to Docker images and upgrade to Autoware v1.123 pre-release - Issue 431: Develope MVP OpenDrive to LaneLet2 Converter - Issue 432: Develope world model for external objects (perception) From a1e3767b66bc643d6cecebf8c245cc1e98922edd Mon Sep 17 00:00:00 2001 From: jtbaird Date: Thu, 19 Dec 2019 09:37:43 -0500 Subject: [PATCH 3/3] fixed typo in issue 419, updated 431 title, deleted 432 and 448 --- docs/Release_notes.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/Release_notes.md b/docs/Release_notes.md index 188f6a0f1a..0d62351b0c 100644 --- a/docs/Release_notes.md +++ b/docs/Release_notes.md @@ -8,10 +8,9 @@ Version Testarossa, released December 23rd, 2019 CARMAPlatform release version Testarossa includes the following four major updates. An initial converter has been developed to convert OpenDrive maps to LaneLet2's OSM format. The converter currently only covers lane geometry only. Autoware v1.13 pre-release has been integrated with CARMAPlatform. A guidance plan delegator has been developed to notify strategic plugins that the arbitrator has selected their maneuver plan, and request the correstponding trajectory plan for said plugin. Finally, a guidance re-engage capability has been added to the platform, which will allow for multiple runs to be made without restarting the software. Enhancements in this release: -- Issue 416: Update Docker to use Autoware 1.13 build -- Issue 419: Adde support for Lanelet2 to Docker images and upgrade to Autoware v1.123 pre-release -- Issue 431: Develope MVP OpenDrive to LaneLet2 Converter -- Issue 432: Develope world model for external objects (perception) +- Issue 416: Update Docker to use Autoware 1.12 build +- Issue 419: Add support for Lanelet2 to Docker images and upgrade to Autoware v1.13 pre-release +- Issue 431: Develop OpenDrive to LaneLet2 Converter for Geometry - Issue 456: Create initial vehicle model - Issue 457: Add example vehicle calibration folder for CARMA users @@ -19,12 +18,11 @@ Fixes in this release: - Issue 342: Fix UI, version number not showing up - Issue 378: Fix the Operator Override state for SSC Wrapper and Guidance - Issue 433: Autoware plugin publishes plugin discovery topic only once -- Issue 436: Arbitrator CapabilitiesInterface is not initialized +- Issue 436: Arbitrator Capabilities Interface is not initialized - Issue 437: Autoware Plugin discovery message does not contain plugin type - Issue 439: Abritrator node initialization function is called multiple times during INITIAL state - Issue 443: Autoware maneuver plan does not contain planner name - Issue 446: Arbitrator does not load plugin priorities correctly -- Issue 448: Autoware plugin's plan_trajectory service response contains empty plan - Issue 450: Arbitrator public node handle is initialized with namespace - Issue 451: Arbitrator node publishes maneuver plan every 10 seconds - Issue 452: Pure pursuit wrapper does not convert trajectory into waypoints under new CARMA planning stack