-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Save/restore mowing progress across service/container restarts (#62)
* Save/restore state between restarts * Dock when giving up on first point If stuck then skipping the path will just proceed to the end and dock, but lose progress, so just dock when first point fails * Fix trimming logic
- Loading branch information
1 parent
af7adee
commit c232cd6
Showing
6 changed files
with
189 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
int32 currentMowingPath | ||
int32 currentMowingArea | ||
int32 currentMowingPathIndex | ||
string currentMowingPlanDigest | ||
float32 currentMowingAngleIncrementSum |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.