Home
last modified time | relevance | path

Searched refs:calculate_position_error (Results 1 – 1 of 1) sorted by relevance

/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py772 track_pe = calculate_position_error(ad, track_lat, track_long,
863 ttff_pe = calculate_position_error(ad, ttff_lat, ttff_lon,
943 def calculate_position_error(ad, latitude, longitude, true_position): function