]> rtime.felk.cvut.cz Git - hubacji1/iamcar.git/blobdiff - CHANGELOG.md
Set SamplingInfo defaults
[hubacji1/iamcar.git] / CHANGELOG.md
index ee07bdf925823a9042257a5249a34f834ada9766..4e1d9a20eb695764b979a6bbeb627fa2c68b607a 100644 (file)
@@ -9,6 +9,25 @@ The format is based on [Keep a Changelog][] and this project adheres to
 
 ## Unreleased
 ### Added
+- Forward perpendicular parking methods for `SlotPlanner`.
+- Angle forward/backward parking.
+- Multiple `firsts` points tested before random sampling.
+- Dubins path steering procedure.
+
+### Changed
+- Parking slot in scenario starts with the point closest to the init pose.
+- Fix and include perpendicular parking slot in *find init pose* method of
+  SlotPlanner.
+- In T2's next method, steer to multiple goals that are connected with goal.
+- Normal distribution in sampling.
+- Sampling info based on init pose find by `fip()` of SlotPlanner.
+
+## 0.6.1 - 2019-05-21
+### Fixed
+- Missing declaration.
+
+## 0.6.0 - 2019-05-20
+### Added
 - Right parallel parking slot planner.
 - Shrinking length of parallel parking slot test.
 - SlotPlanner *Find Init Pose* `fip()` method based on BFS.
@@ -16,10 +35,22 @@ The format is based on [Keep a Changelog][] and this project adheres to
 - SlotSide (LEFT, RIGHT) and SlotType (PARALLEL, PERPENDICULAR) methods for
   SlotPlanner.
 - Information used for sampling getter.
+- Slot planner working for perpendicular parking scenario also.
+- Matej's heuristic cost.
+- Perpendicular slot planner proposal.
+- Random samples logging.
+- Rotate scenario script.
+- Obstacles to SlotPlanner.
 
 ### Changed
 - Test results plot.
-- Make T2 planner the default planner.
+- Make `T2` planner the default planner.
+- Sampling info for different dimensions and angles of slot.
+- Use reverse approach for finding init pose by default.
+- Use `USE_GL` macro for build, in code.
+
+### Fixed
+- Car border.
 
 ## 0.5.0 - 20109-02-26
 ### Added