Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit 73a68b2

Browse files
authored
Rename to main_2025 and increase timeouts in config.yaml (#257)
1 parent ac07b3d commit 73a68b2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ flight_interface:
5151
# than connecting to port 14550, which is the ground station
5252
address: "tcp:localhost:5762"
5353
timeout: 30.0 # seconds
54-
baud_rate: 57600 # symbol rate
54+
baud_rate: 57600 # symbol rate
5555
worker_period: 0.1 # seconds
5656

5757
data_merge:
58-
timeout: 30.0 # seconds
58+
timeout: 60.0 # seconds
5959

6060
geolocation:
6161
resolution_x: 1920
62-
resolution_y: 1200
62+
resolution_y: 1200
6363
fov_x: 0.64889
6464
fov_y: 0.41438
6565
camera_position_x: 0.0
@@ -70,11 +70,11 @@ geolocation:
7070
camera_orientation_roll: 0.0
7171

7272
cluster_estimation:
73-
min_activation_threshold: 25
74-
min_new_points_to_run: 5
73+
min_activation_threshold: 25 # must be >= max_num_components
74+
min_new_points_to_run: 3
7575
max_num_components: 10
7676
random_state: 0
7777

7878
communications:
79-
timeout: 30.0 # seconds
79+
timeout: 60.0 # seconds
8080
worker_period: 0.5 # seconds
File renamed without changes.

0 commit comments

Comments
 (0)