Releases: Gaiiden/RoverDriver
Releases · Gaiiden/RoverDriver
Rover Driver PR5
- Added
abortDrive
flag to the output screen - ResumeDrive no longer reprints the day to the log if the drive is resumed the same day
- Physical warp is now triggered regardless of how slow the rover is moving when
autoWarp
is used
Rover Driver PR4
- Fixed downslope detection on slope abort from triggering and possibly causing problems when the rover backs down
- FinishDrive now redraws the whole screen for when used after program is aborted by error or user
- Removed the deprecated
brakeOverUse
variable - Fixed how approach speed multipliers were being applied - was subtracting from a negative number to decrease it towards 0 instead of adding
- The amount of time until the monitor program kicks in is now settable. Mainly to allow rover to get up to speed to avoid slope aborts when restarting on unlevel terrain
- Wasn't using the
currentBrakeTime
environment variable properly in cases ofextremeSlopeAngle
to modify the braking length - Added highest/lowest altitude drive stats
- Reset some environment variables in ResumeDrive to avoid restarting in weird states
- Removed flickering from real-time output window at the very slight expense of update frequency
- Redid the Rover Variables section of the real-time output window to make it possible to see the behavior of the rover on various slope angles without needing a ton of log spam
Rover Driver PR3
No changelog until after the next release. For now, see the dev thread