Skip to content

Commit 7401c1d

Browse files
committed
Increase max pitch/roll for initiating matching when using static camera (need to account for vehicle body pitch/roll too).
1 parent 56a2028 commit 7401c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/typhoon_h480__ksql_airport_ardupilot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ mock_gps_node:
1414
image_topic: '/camera/image_raw'
1515
camera_info_topic: '/camera/camera_info'
1616
attitude_deviation_threshold: 10 # degrees
17-
max_pitch: 30 # 30 # Used by _should_match
17+
max_pitch: 50 # 30 # Make bigger with static_camera: True # Used by _should_match
1818
min_match_altitude: 50
1919
static_camera: True # Static down-facing camera (relative to vehicle body)
2020
map_update:

0 commit comments

Comments
 (0)