srobo / competition-simulator

A simulator for Student Robotics Virtual Competitions
https://studentrobotics.org/docs/simulator/
MIT License
8 stars 2 forks source link

Allow overridding webots executable #382

Closed WillB97 closed 1 year ago

WillB97 commented 1 year ago

Uses WEBOTS_EXECUTABLE enviroment variable.

On MacOS, webots fails to load qt when adding webots to the path but using an absolute path to webots works. Equally in some situations on Windows webots isn't executable. Making it runtime settable ass some flexibility for these situations.