]> rtime.felk.cvut.cz Git - hubacji1/psp.git/tag
v0.3.0
object 173bdbc64942436a6b19fa6dd0511fe314634e18
authorJiri Vlasak <hubacji1@fel.cvut.cz>
Tue, 4 Feb 2020 16:50:10 +0000 (17:50 +0100)
Release version 0.3.0

### Added
- Guess goal car method.
- Possible inits method.
- Number of cusps.

### Changed
- Return 10 possible goals (5m together) as default.

### Fixed
- Heading overflow/underflow.
- Negative discriminant.
- Parallel parking slot entry find.
- Guess goal method for angled perpendicular parking slots. `guess_gc`
  method now decides if the parking will be forward or backward.
- Perpendicular parking. Not dependent on `fer_perpendicular` anymore.
- Guess goal car for perpendicular parking.

### Removed
- Unit tests removed in `f97dfa1`. Convert it and update tests in the
  future.