We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71b9a2c commit 64b9c6eCopy full SHA for 64b9c6e
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