Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py723 def parse_gtw_gpstool_log(ad, true_position, type="gnss"): argument
773 true_position)
796 def process_ttff_by_gtw_gpstool(ad, begin_time, true_position, type="gnss"): argument
864 true_position)
943 def calculate_position_error(ad, latitude, longitude, true_position): argument
957 dlat = math.radians(latitude - true_position[0])
958 dlon = math.radians(longitude - true_position[1])
960 math.cos(math.radians(true_position[0])) * \