Skip to content

Commit

Permalink
Correct webots windows path
Browse files Browse the repository at this point in the history
  • Loading branch information
WillB97 committed Jul 13, 2024
1 parent 9da3cc4 commit a25889d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/run_simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
if sys.platform == "darwin":
webots = "/Applications/Webots.app/Contents/MacOS/webots"
elif sys.platform == "win32":
webots = "C:\\Program Files\\Webots\\msys64\\bin\\webotsw.exe"
webots = "C:\\Program Files\\Webots\\msys64\\mingw64\\bin\\webotsw.exe"
elif sys.platform.startswith("linux"):
possible_paths = ["/usr/local/bin/webots", "/usr/bin/webots"]
for path in possible_paths:
Expand Down

0 comments on commit a25889d

Please sign in to comment.