ADIS16448

Documentation

Official Documentation
WPILib documentation

The ADIS16448 is a 3-axis gyroscope meaning it must be parallel to the earth for it to work!

YAGSL Checklist

Communication

The ADIS16448 attaches directly to the SPI port on the roboRIO MXP and is only connectable via there with YAGSL.

Example swervedrive.json

{
  "imu": {
    "type": ,
    "id": ,
    "canbus": 
  },
  "invertedIMU": ,
  "modules": [
    "frontleft.json",
    "frontright.json",
    "backleft.json",
    "backright.json"
  ]
}

Last updated

Was this helpful?