mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-23 03:06:37 +00:00
add chunking
This commit is contained in:
@@ -17,8 +17,9 @@ Validate Acceptance Criterion 6: "In case of being absolutely incapable of deter
|
||||
- **Expected Result**: Event includes image needing fix (AD000005), top-3 satellite tiles for reference
|
||||
|
||||
### Step 3: User Provides GPS Fix
|
||||
- **Action**: User submits GPS for AD000005: POST /api/v1/flights/{id}/images/AD000005/user_fix
|
||||
- **Expected Result**: Fix accepted, confidence=1.0, processing resumes
|
||||
- **Action**: User submits GPS for AD000005: POST /flights/{flightId}/user-fix
|
||||
- **Payload**: `{"frame_id": 5, "uav_pixel": [3126, 2084], "satellite_gps": {"lat": 48.273997, "lon": 37.379828}}`
|
||||
- **Expected Result**: Fix accepted, processing resumes, SSE event "user_fix_applied" sent
|
||||
|
||||
### Step 4: System Incorporates Fix
|
||||
- **Action**: Factor graph adds user fix as high-confidence GPS anchor
|
||||
|
||||
Reference in New Issue
Block a user