Quickly
Quote:
Originally Posted by jratcliff
(1) Will Kevin's code run on a VEX robot? (I can answer this myself in the morning just by compiling and running it of course.)
|
No, they are intended for FRC Robot Controllers not the VEX Controller. Most (if not all) FTC teams program in EasyC. I don't program the VEX controller myself, but I imagine most of Kevin's code examples could be easily ported by changing the controller specific setup.
Quote:
Originally Posted by jratcliff
(2) Does his default framework have, out of the box, everything you need to drive a basic frame robot around or do you have to write all of that yourself?
|
Yes, they do have a drive routines. Although, his code examples are focused more on the advanced features of the RC rather than simple drive (which is in the default code from
IFI)