open_mower_ros icon indicating copy to clipboard operation
open_mower_ros copied to clipboard

Save/restore mowing progress across service/container restarts

Open olliewalsh opened this issue 1 year ago • 3 comments

Records the current plan progress in a bag file and restores on restart if exactly the same plan is being mowed.

A digest of all of the poses in the plan is used to determine if the plan is identical. This should work regardless of why the plan changed e.g if any params that affect slicing change, or if the slicer logic changes.

olliewalsh avatar Aug 31 '23 21:08 olliewalsh