HI,
We are getting a cannot find symbol class message in regards to the import com.qualcomm.robotcore.hardware.DeviceInterfaceModule; statement. Can anyone tell us what we need to do to fix this?
Thanks!
FTC #16312
Support for the Device Interface Module, and other Core Control Modules from Modern Robotics, was removed from the FTC SDK with version 7.2.
Please see the README here:
You can remove that import statement if not used (not legal for FTC competition), or revert to an SDK version prior to 7.2 (if needed for non-competition purposes).
1 Like
Thank you! This helped us fix it.