]> 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 - Python plot procedures:
13     - boxplot for time, cost, cusp,
14     - histogram plot for time, cost, cusp,
15     - bar plot for error rate.
16 - Benchmark scenarios from Elbanhawi, Mohamed, Milan Simic, and Reza Jazar.
17   “Randomized Bidirectional B-Spline Parameterization Motion Planning.” IEEE
18   Transactions on Intelligent Transportation Systems 17, no. 2 (February 2016):
19   406–19. https://doi.org/10.1109/TITS.2015.2477355.
20 - Script to print results from measured scenarios.
21 - Test scenario script.
22
23 ### Changed
24 - Update python plot scripts.
25 - Use numbers on x axis (x ticks) for plots.
26 - Real-world scenarios.
27 - Rename heuristics.
28
29 ### Deprecated
30 - Python plots feature deprecates all gnuplot plots.
31
32 ## 0.2.0 - 2020-02-12
33 ### Added
34 - `test3`: collision detection with [cute c2][].
35 - Number of cusps statistics.
36 - Histogram plots.
37 - Different costs tests.
38 - Test of switching street movement to parking movement (`test7`).
39 - `test8`, `test9`.
40 - [BrainTree][] single header library.
41 - Test of switchout between road movement and parking (`test10`).
42 - Tests 15, 16, 17, 18 -- 2D, 3D grid and k-d tree.
43 - Script for generating simple JSON scenarios.
44
45 [cute c2]: https://github.com/RandyGaul/cute_headers/blob/master/cute_c2.h
46 [BrainTree]: https://github.com/arvidsson/BrainTree
47
48 ### Changed
49 - Refactor plot scripts.
50 - Refactor template JSON output.
51 - Update test template to include parking slot planner (enables loading JSON
52   scenarios without goal positions, just slot).
53
54 ### Fixed
55 - Plots.
56
57 ## 0.1.0 - 2019-09-10
58 ### Added
59 - Changelog, license, readme.
60 - Doxygen config file.
61 - [WvTest][] unit testing framework.
62 - Auxiliary python scripts for geojson scenario retrieval and plotting json
63   formatted scenario.
64 - Test template.
65 - `test1`: parking slot planner.
66 - Test all script - test all the scenarios on runnable binary and store the
67   output to results directory.
68 - Test scenarios. Drawn from aerial images.
69 - Scripts for plot.
70 - `test2`: rapidly-exploring random trees planner.
71
72 [WvTest]: https://github.com/apenwarr/wvtest