X-Git-Url: https://rtime.felk.cvut.cz/gitweb/hubacji1/psp.git/blobdiff_plain/0c37f7f320df0a24df42dd996f6f599c72df56eb..17f58f0bb769c57915cbdc95c8f2d21852c23a85:/CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index a05e84c..68f2465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,20 @@ 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. @@ -19,6 +31,10 @@ The format is based on [Keep a Changelog][] and this project adheres to - 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