Field Orientation

The pond library assumes the standard FIRST FTC field orientation:

Shows field orientation from FTC.

Please pay attention to field orientation as errors due to misorientation might be subtle and hard to diagnose.

Robot Orientation

(Pending)

Units

Measurement Unit Comment
Distance (Any) Be consistent across code
Angle Radians Unless otherwise denoted
Time Seconds When possible, use the Duration class to correctly represent time with nanosecond precision

Per above, if distance is used in Inches, Speed will be represented in Inches/Second.