]> rtime.felk.cvut.cz Git - hubacji1/psp.git/blobdiff - CHANGELOG.md
Add (ccl, lr) x (p1, p2) computation
[hubacji1/psp.git] / CHANGELOG.md
index 6371aaf5fd25f35814192b76b2a9eabe87c38bdb..68f24654a8a750bce073166bb45c705bc68a3688 100644 (file)
@@ -9,12 +9,32 @@ The format is based on [Keep a Changelog][] and this project adheres to
 
 ## Unreleased
 ### Added
+- Workaround to not working `fe()` for perpendicular parking slot.
+- Return maneuver as vector of BicycleCars.
+
+### Fixed
+- Possible goals for right parallel parking slot.
+
+## 0.3.0 - 2020-02-04
+### Added
 - Guess goal car method.
 - Possible inits method.
+- Number of cusps.
+
+### Changed
+- Return 10 possible goals (5m together) as default.
 
 ### Fixed
 - Heading overflow/underflow.
 - Negative discriminant.
+- Parallel parking slot entry find.
+- Guess goal method for angled perpendicular parking slots. `guess_gc` method
+  now decides if the parking will be forward or backward.
+- Perpendicular parking. Not dependent on `fer_perpendicular` anymore.
+- Guess goal car for perpendicular parking.
+
+### Removed
+- Unit tests removed in `f97dfa1`. Convert it and update tests in the future.
 
 ## 0.2.0 - 2019-08-05
 ### Deleted