]> rtime.felk.cvut.cz Git - hubacji1/iamcar.git/blobdiff - CHANGELOG.md
Merge branch 'release/0.7.0'
[hubacji1/iamcar.git] / CHANGELOG.md
index da7c798c24636c47881f10d653dc4d5db5061067..99af7f976a57cbc7bca9981c5bc6c28bdef83c98 100644 (file)
@@ -8,6 +8,33 @@ The format is based on [Keep a Changelog][] and this project adheres to
 [Semantic Versioning]: http://semver.org/
 
 ## Unreleased
+
+## 0.7.0 - 2019-09-10
+### Added
+- Forward perpendicular parking methods for `SlotPlanner`.
+- Angle forward/backward parking.
+- Multiple `firsts` points tested before random sampling.
+- Dubins path steering procedure.
+
+### Changed
+- Parking slot in scenario starts with the point closest to the init pose.
+- Fix and include perpendicular parking slot in *find init pose* method of
+  SlotPlanner.
+- In T2's next method, steer to multiple goals that are connected with goal.
+- Normal distribution in sampling.
+- Sampling info based on init pose find by `fip()` of SlotPlanner.
+- Refactor Nearest Neighbor, remove unused files.
+- Make sampling info scenario dependent.
+- Scenario JSON format.
+
+### Fixed
+- IYI computation.
+
+## 0.6.1 - 2019-05-21
+### Fixed
+- Missing declaration.
+
+## 0.6.0 - 2019-05-20
 ### Added
 - Right parallel parking slot planner.
 - Shrinking length of parallel parking slot test.
@@ -17,6 +44,11 @@ The format is based on [Keep a Changelog][] and this project adheres to
   SlotPlanner.
 - Information used for sampling getter.
 - Slot planner working for perpendicular parking scenario also.
+- Matej's heuristic cost.
+- Perpendicular slot planner proposal.
+- Random samples logging.
+- Rotate scenario script.
+- Obstacles to SlotPlanner.
 
 ### Changed
 - Test results plot.