Skip to content

Commit d2f577e

Browse files
authored
[mock_uss/observation-api] populate most recent position's horizontal and vertical accuracy (#877)
1 parent f22600d commit d2f577e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

monitoring/mock_uss/riddp/routes_observation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ def _make_flight_observation(
9292
alt=p.alt,
9393
height=h,
9494
msl_alt=msl_alt,
95+
accuracy_v=p.accuracy_v,
96+
accuracy_h=p.accuracy_h,
9597
),
9698
recent_paths=[observation_api.Path(positions=path) for path in paths],
9799
current_state=current_state,

0 commit comments

Comments
 (0)