Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a573df154b900b6618d0b46f8d2635a8dba1082f
/
.
/
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
;