TDDD10 AI Programming
All Messages
| Sep 7, 2012 | First Tournament results |
|
The first results are available on the tournament page (you need to press filter to update the results). |
|
| Aug 27, 2012 | Get started! |
|
To get started register your group in WebReg, ask the course staff for an AIP account, and follow the skill assignment instructions. |
|
| Sept 1, 2010 (Updated Aug 28, 2012) | Eclipse IDE and Subversion |
|
How to import the RoboSoc framework into Eclipse + subversion 1) Add eclipse module add prog/eclipse module initadd prog/eclipse 2) Start eclipse eclipse & 3) Agree on the default workspace 4) Start a new "project". Choose a "C++ Project" then in the next dialog choose "Empty Project" under the "Makefile project" category. Chose a project name, i.e."skills" Check the box: use default location. Use the default settings and then press "Finish". Then you will be asked if you want to associate the project with the "C/C++ perspective", you should check "Remember my decision" and press "Yes". 5) Create an empty folder "RoboSoc" in the "skills folder". 6) "Import the RobSoc source code". Chose "General->File System". Chose the "/home/aipXX/RoboSoc/ folder". Import into the folder RoboSoc (/skills/RoboSoc). 7) In a console, type "cd ~/workspace/skills" then checkout your team code like this "svn co https://svn-und.ida.liu.se/courses/TDDD10/2012-ht1/aipXX/team/trunk team" (change XX to your team number). Go back to eclipse and press "F5" to refresh the project. In the console, "cd team" then "./bootstrap" followed by "./configure". 8) In the menu "Project" and in "Properties", change the build location to "${workspace_loc}:/skills/team}" under the "C/C++ Build" category.ls 9) Remember that your team is now build in "~/workspace/skills/team", so you might want to remove the checkout from your home directory "\rm -r ~/team" first lecture. |
|
| Sep 05, 2010  (updated); | Remote access to AIP accounts (not tested for AIP 2011) |
|
It is possible to remotely login on your aipXX account by using ssh to astmatix. On Linux/UNIX do ssh -X aipXX@astmatix.ida.liu.se in a terminal window. On a Windows machine, you can login in by using an X server, e.g. "Xming" together with a ssh client, e.g. "putty". 1) Download and install the X server Xming, with this "configuration" 2) Download and install the fonts for Xming, with this "configuration" 3) Start Xming. 4) Start putty.exe and under "SSH", select "Enable X11 forwarding" "in this option window" . 5) Start the session to your aipXX @ astmatix "in putty" and press open. 6) After login, you can start an extra terminal window by "xterm &", and run the RoboSoc skill challenges as usual, and all X windows applications will appear if Xming is running. If the rcssmonitor is shutdown directly because of missing fonts, open the .rcssmonitor.conf file in your aip home folder and set the font_name to 6x13. |
|
| Aug 26, 2008 | Install RoboSoc at home |
|
It is possible to install the soccer server and RoboSoc at home. The script install-robosoc will install everything on Solaris. There is also this description (in Swedish) on how to install RoboSoc on Ubuntu. If you create your own script to install RoboSoc at home please let us know so we can make it available to other students. |
|
Page responsible: Fredrik Heintz
Last updated: 2011-08-05
