From: Simon R. <sra...@st...> - 2009-06-16 09:39:29
|
Sehr geehrter Simon Raffeiner, Am Montag 15 Juni 2009 20:40:55 schrieben Sie: > - I have to put multiple installations in different locations if I don't > want to fiddle with scripts all the time because paths are static. IMO the > simspark binary should take a path to an initialization script on the > command line and only use the default one if none is given. The attached patch allows to override the path to the default script via command line. I use it together with a directory structure like this: - simspark-scripts/soccer-withmonitor/simspark.rb has the internal monitor enabled - simspark-scripts/soccer-withoutmonitor/simspark.rb has the internal monitor disabled - simspark-scripts/soccer-genetic/simspark.rb has the internal monitor disabled and includes simspark-scripts/soccer-genetic/naosoccersim.rb (instead of just "naosoccersim.rb") which contains some settings for genetic optimization It is now possible to have a single installation and let multiple people use their own settings without having to edit system files all the time. -- mit freundlichen Grüßen/regards Simon Raffeiner University of Applied Sciences Offenburg, Germany Computer Science Department, RoboCup Team |