Skip to content

Commit

Permalink
resolve pylint syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
mqjinwon committed Jan 7, 2024
1 parent a95e63f commit ed9b598
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exts/stride.simulator/stride/simulator/vehicles/vehicle.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,15 @@ def sim_start(self, event):
if self._world.is_playing() and self._sim_running is False:
self._sim_running = True
self.start()

def sim_stop(self, event):
"""
Callback that is called every time there is a timeline event such as stopping the simulation.
Args:
event: A timeline event generated from Isaac Sim, such as stopping the simulation.
"""

# If the start/stop button was pressed, then call the stop method accordingly
if self._world.is_stopped() and self._sim_running is True:
self._sim_running = False
Expand Down
Empty file modified run_pylint.sh
100644 → 100755
Empty file.

0 comments on commit ed9b598

Please sign in to comment.