Skip to content

Commit 76eb0cc

Browse files
revert constants in ctrl
1 parent fb69393 commit 76eb0cc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/controller/controller/common/constants.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
"""Constants used across the controller package."""
22

33
# meters, trim tab chord width is not included
4-
CHORD_WIDTH_MAIN_SAIL = 0.725
4+
# CHORD_WIDTH_MAIN_SAIL = 0.725
5+
CHORD_WIDTH_MAIN_SAIL = 0.23
6+
57

68
# {m^2 / s at 10degC} and air density at 1.225 {kg / m^3}
79
KINEMATIC_VISCOSITY = 0.000014207

0 commit comments

Comments
 (0)