Docs for PhotonVision, a free open-source vision processing software for FRC teams.
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
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!