mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
locationd: log time to first fix (#27990)
* locationd ttff * log time to first fix * rename * max it like laikad * Update selfdrive/locationd/locationd.cc * Update ref_commit * Log when gpsOK first becomes true * don't forget to update current time! * stash * make it deterministic (no proc replay cur time) * Update ref_commit * rename to make this clear old-commit-hash: 03eb02906d9f43799fc93f71ef32331bcf090157
This commit is contained in:
@@ -78,6 +78,8 @@ private:
|
||||
double reset_tracker = 0.0;
|
||||
bool device_fell = false;
|
||||
bool gps_mode = false;
|
||||
double first_valid_log_time = NAN;
|
||||
double ttff = NAN;
|
||||
double last_gps_msg = 0;
|
||||
bool ublox_available = true;
|
||||
bool observation_timings_invalid = false;
|
||||
|
||||
Reference in New Issue
Block a user