Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
4864a2d0d0bb54a1556b51e062b3dc229f9a6d82
/
.
/
y2019
/
vision
/
server
/
www
/
constants.ts
blob: 6180df14e89917aedd926b275cf3eb7939cc126a [
file
] [
log
] [
blame
]
// Conversion constants to meters
export
const
IN_TO_M
=
0.0254
;
export
const
FT_TO_M
=
0.3048
;
// Width of the field in meters
export
const
FIELD_WIDTH
=
27
*
FT_TO_M
;