We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2dfa5b commit 0116056Copy full SHA for 0116056
1 file changed
spot_wrapper/wrapper.py
@@ -473,7 +473,7 @@ def _start_query(self) -> None:
473
self._logger.error("Error when getting robot command feedback: %s", e)
474
self._spot_wrapper.last_trajectory_command = None
475
476
- if self._spot_wrapper._last_navigate_to_command != None:
+ if self._spot_wrapper._last_navigate_to_command is not None:
477
is_moving = True
478
479
self._spot_wrapper._is_moving = is_moving
0 commit comments