Skip to content

VEX V5 Code for 20-21 Season

License

MIT, MPL-2.0 licenses found

Licenses found

MIT
LICENSE
MPL-2.0
LICENSE_OkapiLib
Notifications You must be signed in to change notification settings

LouisAsanaka/VEX-Change-Up

Repository files navigation

VEX-Change-Up

Notes:

  • The OkapiLib OdomState uses the following conventions:
    • +x is forward
    • +y is to the right
    • +θ is clockwise
  • The custom chassis controllers (eg. XOdomController) use the following conventions:
    • Cartesian coordinates (+x is to the right, +y is upwards)
    • +θ is counter-clockwise
  • Assuming a Pose2d is fed in, follow the chassis controller conventions.