This commit is contained in:
Boki 2026-02-13 14:42:35 -05:00
parent b9b9a41c3c
commit a336138ee2
4 changed files with 24 additions and 9 deletions

View file

@ -49,6 +49,7 @@ public class NavigationExecutor : IDisposable
_stuckCounter = 0;
_lastPosition = null;
SetState(NavigationState.Idle);
Log.Information("Navigation reset (new area)");
}
public async Task RunExploreLoop()