]> rtime.felk.cvut.cz Git - hubacji1/bcar.git/blob - CHANGELOG.md
a3f0faf3718536865d9e22146b1bb761682faa47
[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
12 ## 0.3.0 - 2019-08-05
13 ### Added
14 - Reverse border method.
15
16 ### Deprecated
17 - `border` setter method in `pslot` library replaced by `set_slot`.
18
19 ## 0.2.0 - 2019-08-02
20 ### Added
21 - Parking slot class, parking slot info methods.
22 - Bicycle car `<<` operator.
23 - Parking slot `<<` operator.
24 - Collide functions (`intersection`, `inside`) moved from `psp` library.
25 - Collide function (`collide`) detecting if two polygons collide.
26
27 ### Changed
28 - Make `sgn` function available in api (moved to header file).
29 - Use references instead of pointers in `bcar` library.
30
31 ## 0.1.0 - 2019-07-12
32 ### Added
33 - Changelog, license, readme.
34 - Bicycle car parameters.
35 - Bicycle car frame coordinates.
36 - [WvTest][] unit testing framework.
37 - Minimum turning radius circle centers on left/right side.
38 - Move internal parameters (`x`, `y`, `h`) based on speed `sp` and steer `st`.
39 - Method to detect non-drivable position.
40 - Radiuses (inner, outer front, outer rear) computation.
41 - Doxygen documentation, contribution guide (in readme).
42
43 [WvTest]: https://github.com/apenwarr/wvtest