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