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
