]> rtime.felk.cvut.cz Git - hubacji1/bcar.git/blob - CHANGELOG.md
Return false of drivable by default
[hubacji1/bcar.git] / CHANGELOG.md
1 # Changelog
2 All notable changes to this project will be documented in this file.
3
4 The format is based on [Keep a Changelog][] and this project adheres to
5 [Semantic Versioning][].
6
7 [Keep a Changelog]: http://keepachangelog.com/
8 [Semantic Versioning]: http://semver.org/
9
10 ## Unreleased
11 ### Added
12 - Rotation of BicycleCar around the point.
13
14 ### Changed
15 - When set up BicycleCar heading, set the interval to `[-pi, +pi]`.
16
17 ### Fixed
18 - Minimum turning radius used as curb-to-curb.
19 - Max steering in ut.
20
21 ## 0.3.0 - 2019-08-05
22 ### Added
23 - Reverse border method.
24
25 ### Deprecated
26 - `border` setter method in `pslot` library replaced by `set_slot`.
27
28 ## 0.2.0 - 2019-08-02
29 ### Added
30 - Parking slot class, parking slot info methods.
31 - Bicycle car `<<` operator.
32 - Parking slot `<<` operator.
33 - Collide functions (`intersection`, `inside`) moved from `psp` library.
34 - Collide function (`collide`) detecting if two polygons collide.
35
36 ### Changed
37 - Make `sgn` function available in api (moved to header file).
38 - Use references instead of pointers in `bcar` library.
39
40 ## 0.1.0 - 2019-07-12
41 ### Added
42 - Changelog, license, readme.
43 - Bicycle car parameters.
44 - Bicycle car frame coordinates.
45 - [WvTest][] unit testing framework.
46 - Minimum turning radius circle centers on left/right side.
47 - Move internal parameters (`x`, `y`, `h`) based on speed `sp` and steer `st`.
48 - Method to detect non-drivable position.
49 - Radiuses (inner, outer front, outer rear) computation.
50 - Doxygen documentation, contribution guide (in readme).
51
52 [WvTest]: https://github.com/apenwarr/wvtest