View Single Post
  #7   Spotlight this post!  
Unread 16-02-2010, 18:57
Robototes2412's Avatar
Robototes2412 Robototes2412 is offline
1 * 4 != 14
FRC #2412 (Robototes)
Team Role: Programmer
 
Join Date: Jan 2010
Rookie Year: 2007
Location: Bellevue
Posts: 312
Robototes2412 is on a distinguished road
Talking Re: Programming the teleop

i reccomend you make a setupRobot method for stuff like that.

insert the following inbetween the autonomous and teleop code

Code:
void setUpRobot() {
Siberian.start();
Fernir.feed();
}
then just add setUpRobot(); to your teleop and autonomous code.

That should fix it
Reply With Quote