RoboCupULaval / StrategyAI

Robocup ULaval's artificial intelligence software (team ULtron)
http://www.robocupulaval.com
MIT License
23 stars 22 forks source link

Support Windows in WSL #535

Closed PhiBabin closed 5 years ago

PhiBabin commented 5 years ago

WSL is a new feature of Windows 10, which enable native linux application to run in Windows without modification. Our AI can easily be ported to Windows, since python is multi platform, however grsim does not compile on Windows.

The current commit fixes some small networking issues. Ui-debug works without any modification, since it was developed before ULtron switched to linux-only.

TODO: