NUbots / NUWebots

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

Use port 10001 by default in Kid world, to standardise with RoboCup #102

Closed ysims closed 1 year ago

ysims commented 1 year ago

When using RoboCup, the first red robot is on port 10001. In the kid world, we've had 10020 as the port. This is really annoying because we have to keep switching. This PR standardises it so it's using 10001.

Goes with NUbots/NUbots#1086.