Skip to content

Commit

Permalink
Merge branch 'main' of github.com:zucchero-sintattico/svs-f1tenth_gym
Browse files Browse the repository at this point in the history
  • Loading branch information
Ro0t-set committed Jan 26, 2024
2 parents c26b4cc + 399f9a0 commit c5ec7d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions model-gym-ros-env/car_node/car_node/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,7 @@ def start_position(self):
x, y, t = map_utility.get_start_position(self.map_path)
self.set_raceliens()
return x, y, t
else:
raise Exception("Map path not set")
raise Exception("Map path not set")



Expand Down
3 changes: 1 addition & 2 deletions src/wrapper/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,7 @@ def start_position(self):
x, y, t = map_utility.get_start_position(self.map_path)
self.set_raceliens()
return x, y, t
else:
raise Exception("Map path not set")
raise Exception("Map path not set")



Expand Down

0 comments on commit c5ec7d5

Please sign in to comment.