NUbots / robocup

The NUbot's RoboCup Code
GNU General Public License v3.0
34 stars 17 forks source link

The configuration of Robot 1 should be copied to the other robots #42

Closed mmetcalfe closed 7 years ago

mmetcalfe commented 11 years ago

Changes have been made to Robot 1's configuration that have improved its performance. The other robots need to have the newer configuration.

The robots configuration should be put under source control.

shannonfenn commented 11 years ago

What configuration? The standard configuration folders are part of the repository and can be copied onto the robots using make DarwinConfigInstall (though I'm not sure if that script copies the entire contents of the folder or just known config files - in which case it would need an update)

josiahw commented 11 years ago

the robots' configuration is under source control. Check robocup/Config - that's the default configuration files. Add #1's changes there and then do make DarwinConfigInstall with the latest repository

On Thu, Jun 6, 2013 at 6:20 PM, Mitchell notifications@github.com wrote:

Changes have been made to Robot 1's configuration that have improved its performance. The other robots need to have the newer configuration.

The robots configuration should be put under source control.

— Reply to this email directly or view it on GitHubhttps://github.com/nubots/robocup/issues/42 .