We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22600d commit d2f577eCopy full SHA for d2f577e
monitoring/mock_uss/riddp/routes_observation.py
@@ -92,6 +92,8 @@ def _make_flight_observation(
92
alt=p.alt,
93
height=h,
94
msl_alt=msl_alt,
95
+ accuracy_v=p.accuracy_v,
96
+ accuracy_h=p.accuracy_h,
97
),
98
recent_paths=[observation_api.Path(positions=path) for path in paths],
99
current_state=current_state,
0 commit comments