Skip to content

Commit

Permalink
Restore MAX_SAMPLES_PER_FIELD, see #7
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Jan 5, 2024
1 parent 0a58b8c commit 0c4ac22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/common/PDLConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const PDLConstants = {
BOTTOM_UI_SPACING: 20,

MAX_PROJECTILES_PER_VSM_FIELD: 500,
MAX_SAMPLES_PER_FIELD: 15,
MAX_SAMPLES_PER_FIELD: 200,

MINIMUM_TIME_BETWEEN_LAUNCHES: 0.7, // seconds
MAX_ANGLE_STANDARD_DEVIATION: MAX_ANGLE_STANDARD_DEVIATION, // degrees
Expand Down

0 comments on commit 0c4ac22

Please sign in to comment.