You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for the REV 9-Axis IMU will be added to FTC SDK version 10.0. It was designed with its IMU chip oriented the same way relative to its REV logo and I2C port that the one in the Control Hub is oriented relative to the Control Hub's REV logo and USB ports. This means that the existing RevHubOrientationOnRobot class and blocks can technically be still used to configure this new IMU (just mentally substitute the USB port direction for the I2C port direction). However, FTC SDK 10.0 will also include a new Rev9AxisImuOrientationOnRobot class and blocks that can be used instead, allowing teams to make their code match what they're physically using on the robot, and to specify an I2C port direction instead of a USB port direction.
The text was updated successfully, but these errors were encountered:
Support for the REV 9-Axis IMU will be added to FTC SDK version 10.0. It was designed with its IMU chip oriented the same way relative to its REV logo and I2C port that the one in the Control Hub is oriented relative to the Control Hub's REV logo and USB ports. This means that the existing
RevHubOrientationOnRobot
class and blocks can technically be still used to configure this new IMU (just mentally substitute the USB port direction for the I2C port direction). However, FTC SDK 10.0 will also include a newRev9AxisImuOrientationOnRobot
class and blocks that can be used instead, allowing teams to make their code match what they're physically using on the robot, and to specify an I2C port direction instead of a USB port direction.The text was updated successfully, but these errors were encountered: