Whenever I press stop the following exception is shown on the console output: ``` Exception ignored in: <coroutine object Navigation.start at 0x16d45fbc0> Traceback (most recent call last): File "/Users/rodja/Projects/field_friend/.venv/lib/python3.11/site-packages/rosys/analysis/tracking.py", line 27, in wrap return await f(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^ RuntimeError: coroutine ignored GeneratorExit ```