Description
While trying to use the Analog Devices ADIS16470 IMU on a RoboRio 2.0. It errors out in initalization with "ERROR 1 Could not find an ADIS16470". There was an issue use previously mentioned and I just wasn't sure if it was appropriate to bump it: wpilibsuite/2025Beta#45. Upon inspecting the ADIS16470 class definition it seems that the Product ID was never changed, although the issue was closed. This is happening with the following release information:
WPILIB Information:
Project Version: 2025.1.1
VS Code Version: 1.96.2
WPILIB Extension Version: 2025.1.1
C++ Extension Version: 1.23.2
Java Extension Version: 1.38.0
Java Debug Extension Version: 0.58.1
Java Dependencies Extension Version: 0.24.1
Java Version: 17
Vendor Libraries:
REVLib (2025.0.0)
WPILib-New-Commands (1.0.0)
Further background information: We did successfully use the ADIS16470 IMU with RoboRio 1.0 in 2024 and the WPILib 2024.1.1 release that has the same product ID in the class definition. We have tested it with our back up 16470 boards and they all work on the RoboRio 1.0 but not the 2.0 at this current moment.