NUbots / NUWebots

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

Set up NUWebots with all required Webots files #83

Closed ysims closed 3 years ago

ysims commented 3 years ago

This is a change to the way we use the repos, and removes our need to use NUbots/webots. Instead we use the TC's webots fork as a subtree.

Will be merged (I hope 😅) at the same time as NUbots/NUbook#148, which will have updated instructions to work with what's in this PR.

KipHamiltons commented 3 years ago

The build failing like that can be a few things. The POST size might be too large, or the network might have poor latency. If it's bad latency, trying again will probably fix it, but if it doesn't it'll need to be investigated, with the likely fix of changing the max size of the request.

This is based on this SO link