]> rtime.felk.cvut.cz Git - hubacji1/iamcar.git/blobdiff - CHANGELOG.md
Fix index computation, type
[hubacji1/iamcar.git] / CHANGELOG.md
index 808a7a0178d7ff0498a6ae39f1f659e38b72224b..72f4d46aea3e6bad79b59c0b2be11b329c936167 100644 (file)
@@ -10,11 +10,20 @@ 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.
+
+### Fixed
+- IYI computation.
 
 ## 0.6.1 - 2019-05-21
 ### Fixed