|
Re: Autonomous does not run during first enable
ours does something similar to this. The problem is that the autonomous runs too many things at once which slows it down the first time. AKA do you have multiple while loops acting independently? Thats what our problem is we have a PID loop and a drive loop. The PID loop delays the drive loop a couple seconds then it runs. So everything works but it just takes a couple seconds extra.
NOW FOR YOUR ANSWER IF IT DOESNT WORK SORRY
Preface- If you have a working one DONT TOUCH THE OLD ONE TILL OFFSEASON
1 Run your robot in Autonomous mode (if your not already). And after about a minute or 2 it should execute something (if nothing happens go no further)
2 If something happens remove/combine some of your while loops.
3 Profit
__________________

It's not normally a good idea to give a programmer a drill but rules are made to be broken.
|