s-meada / ftc-9915-2019

1 stars 0 forks source link

Address Vuforia crash during onInit() waiting period #33

Closed Coinbird closed 4 years ago

Coinbird commented 4 years ago

During the match, we put in a fix to the Autonomous code that moves the Vuforia initialization into the beginning of the main loop. The problem with this is that it adds a few seconds of delay to the start of autonomous.

Coinbird commented 4 years ago

We need #30 before we can fix this.

Coinbird commented 4 years ago

Possibly use onInitLoop() functionality