mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-20 00:51:41 +00:00
Sim target sorting and "easy" NT entries (#262)
* Typo fixes, add target sorting * Add easy NT entries * spotttttttttttttttttlessssssssssssss * Run wpiformat * Fix return on no targets * formatting hell 2 electric boogaloo Co-authored-by: Matt <matthew.morley.ca@gmail.com>
This commit is contained in:
@@ -34,8 +34,8 @@ public class SimVisionTarget {
|
||||
* the middle of the field facing the target, the Y axis points to your left, and the X axis
|
||||
* points away from you.
|
||||
* @param targetHeightAboveGroundMeters Height of the target above the field plane, in meters.
|
||||
* @param targetWidthMeters Width of the outter bounding box of the target in meters.
|
||||
* @param targetHeightMeters Pair Height of the outter bounding box of the target in meters.
|
||||
* @param targetWidthMeters Width of the outer bounding box of the target in meters.
|
||||
* @param targetHeightMeters Pair Height of the outer bounding box of the target in meters.
|
||||
*/
|
||||
public SimVisionTarget(
|
||||
Pose2d targetPos,
|
||||
|
||||
Reference in New Issue
Block a user