]> rtime.felk.cvut.cz Git - hubacji1/iamcar.git/tag
v0.7.0
object 51fde9a353e25570bc7d75bd23e58022c8065f96
authorJiri Vlasak <hubacji1@fel.cvut.cz>
Tue, 10 Sep 2019 16:06:55 +0000 (18:06 +0200)
Release version 0.7.0

### 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.
- Refactor Nearest Neighbor, remove unused files.
- Make sampling info scenario dependent.
- Scenario JSON format.

### Fixed
- IYI computation.