ftctechnh / ftc_app

FTC Android Studio project to create FTC Robot Controller app.
758 stars 3.17k forks source link

Op mode stuck in the init (HELP) how do we get rid of this message #746

Closed behappy4me closed 4 years ago

behappy4me commented 4 years ago

Our phones keep displaying this message after the program is selected and init is pressed. Please help

Windwoes commented 4 years ago

This means that your OpMode is taking enough time to initialize that the watchdog sees it as unresponsive and emergency kills it.

What are you doing in your initialization routine?