PhotonVision / photonvision-docs

Docs for PhotonVision, a free open-source vision processing software for FRC teams.
https://docs.photonvision.org
Creative Commons Attribution 4.0 International
25 stars 57 forks source link

On the getting target data page getYaw() is mentioned instead of getSkew() #266

Closed dkoneill closed 1 year ago

dkoneill commented 1 year ago

Here is the reference link https://docs.photonvision.org/en/latest/docs/programming/photonlib/getting-target-data.html#getting-data-from-a-target

Current: double getYaw()/GetYaw(): The skew of the target in degrees (counter-clockwise positive).

Replacement: double getSkew()/GetSkew(): The skew of the target in degrees (counter-clockwise positive).

Thanks - great docs!

mdurrani808 commented 1 year ago

Good catch! Will fix.

TheGamer1002 commented 1 year ago

Fixed in #277