Announcement

Collapse

Technology Forum Has Moved!

The FIRST Tech Challenge Technology forum has moved to a new location! Please take a look at our forum blog for links and instructions on how to access the new forum.

The official blog of the FIRST Tech Challenge - a STEM robotics programs for students grades 7-12.


Note that volunteers (except for FTA/WTA/CSA will still access their role specific forum through this site. The blog also outlines how to access the volunteer forums.
See more
See less

Sdk 3.1

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Sdk 3.1

    3.1 finds errors in the external sample SensorAdafruitIMU
    I've tried a couple of things but no success.
    These are the first two lines that have errors -
    import com.qualcomm.hardware.adafruit.Adafruit.BNO055IMU; import com.qualcomm.hardware.adafruit.JustLoggingAccelera tionIntegrator;

  • #2
    FWIW, I tried removing SensorAdafruitIMU and SensorAdafruitIMUCalibration from external.samples in the project, and that at least enabled the app to build and install for me.

    Pm

    Comment


    • #3
      Just found that 3.1 was updated 6 days ago relating to my problem -

      Removed SensorAdafruitIMU.java and sensorAdafruitIMUCalibration.java

      Comment

      Working...
      X