|
|
|
![]() |
|
|||||||
|
||||||||
A powerpoint detailing the very basics of coprocessor use and outlinining how one would use the code prewritten by the AdamBots
This powerpoint was presented at the Novi kickoff. It talks about the basics of using a coprocessor. Also, it discusses some of the finer points of the method that the AdamBots specifically used in 2006.
adamscoprocessorkickoffpresentation.pdf
12-01-2007 16:02
slimemonkeyHello, we were interested in implementing the coprocessor for our own robot since we saw it in the kickoff. We went here 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.
22-01-2007 12:31
ScottWalls
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!
22-01-2007 17:51
slimemonkeyThank you. We were able to successfully get the code.