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