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