FIRST-Tech-Challenge / FtcRobotController

BSD 3-Clause Clear License
695 stars 4k forks source link

OpModeManagerImpl superseded? #350

Closed baqwas closed 1 year ago

baqwas commented 1 year ago

Is OpModeManagerImpl no longer supported in org.firstinspires.ftc.robotcore.internal.opmode? I used it in 7.2 for ConceptDataLogger. I don't see anything in the Release notes (I could be mistaken).

Thanks for making the Javadoc readily available at 8.0 launch.

Kind regards.

baqwas commented 1 year ago

Sorry for posting in haste yet again. Found the reference in the Release notes:

Moves OpModeManagerImpl to the com.qualcomm.robotcore.eventloop.opmode package.

This breaks third party libraries EasyOpenCV (version 1.5.1 and earlier) and FTC Dashboard (version 0.4.4 and earlier).

Exactly my experience and I stand corrected by correcting my code.

Kind regards.