NUbots / NUWebots

Environment, models, and communication for using the Webots simulation with NUbots
MIT License
7 stars 4 forks source link

More stable communication #74

Closed ysims closed 1 year ago

ysims commented 3 years ago

nugus_controller provides us with a way to communicate between NUbots and Webots without having to use the RoboCup official controller where GameController and AutoReferee can get in the way of testing systems.

However, the communication code on the NUWebots side is unstable. We would like it to be stable so we can reliably use it.

This is noticed while running scripttuner with the nugus_controller. Most of the time it crashes in the first 10 seconds. Occasionally, it will run nicely and not crash. Ideally it runs nicely and doesn't crash, otherwise it makes it very hard to test things and tune scripts.

ysims commented 1 year ago

Works fine now with the robocup player controller code.