]> rtime.felk.cvut.cz Git - hubacji1/iamcar2.git/blob - CHANGELOG.md
Update changelog
[hubacji1/iamcar2.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 - `test3`: collision detection with [cute c2][].
13 - Number of cusps statistics.
14
15 [cute c2]: https://github.com/RandyGaul/cute_headers/blob/master/cute_c2.h
16
17 ### Changed
18 - Refactor plot scripts.
19
20 ## 0.1.0 - 2019-09-10
21 ### Added
22 - Changelog, license, readme.
23 - Doxygen config file.
24 - [WvTest][] unit testing framework.
25 - Auxiliary python scripts for geojson scenario retrieval and plotting json
26   formatted scenario.
27 - Test template.
28 - `test1`: parking slot planner.
29 - Test all script - test all the scenarios on runnable binary and store the
30   output to results directory.
31 - Test scenarios. Drawn from aerial images.
32 - Scripts for plot.
33 - `test2`: rapidly-exploring random trees planner.
34
35 [WvTest]: https://github.com/apenwarr/wvtest