Log in

View Full Version : paper: Adambots Coprocessor Kickoff Presentaiton


ScottWalls
12-01-2007, 15:27
Thread created automatically to discuss a document in CD-Media.

Adambots Coprocessor Kickoff Presentaiton (http://www.chiefdelphi.com/media/papers/1900?) by ScottWalls

slimemonkey
12-01-2007, 16:02
Hello, we were interested in implementing the coprocessor for our own robot since we saw it in the kickoff. We went here (http://www.adambots.com/coprocessor/) and tried to find the actual python code that would be used in the coprocessor but would not find it anywhere.

Also, which coprocessor do you recommend for the robot? What would be the advantages of using one over another?

Thank you for your time.

ScottWalls
22-01-2007, 12:31
In order to obtain the code, you should first get Bazaar, a version control system. You can get that at http://bazaar-vcs.org/

Then, you should use bazaar's branch function to get our python code at http://adambots.gotdns.com/bzr/kickoff-polish/

The final bit of code typed into your terminal would be
bzr branch http://adambots.gotdns.com/bzr/kickoff-polish/

Thank you for being a part of this growing community!

slimemonkey
22-01-2007, 17:51
Thank you. We were able to successfully get the code.