locationd: adjust GPS alive check for QCOM GPS (#27339)
* locationd: adjust GPS alive check for QCOM GPS * update refs * update refs old-commit-hash: 00513f10011ad6ad693fbbc9b4b5dc7df36f9a79
This commit is contained in:
@@ -619,7 +619,7 @@ kj::ArrayPtr<capnp::byte> Localizer::get_message_bytes(MessageBuilder& msg_build
|
||||
}
|
||||
|
||||
bool Localizer::is_gps_ok() {
|
||||
return (this->kf->get_filter_time() - this->last_gps_msg) < 1.0;
|
||||
return (this->kf->get_filter_time() - this->last_gps_msg) < 2.0;
|
||||
}
|
||||
|
||||
bool Localizer::critical_services_valid(std::map<std::string, double> critical_services) {
|
||||
|
||||
@@ -1 +1 @@
|
||||
3e53ce81f1ce26409fdc4479e650ef5626130876
|
||||
c7bb411b37ab7ff573402b6e4fa24f796cbb2ee8
|
||||
Reference in New Issue
Block a user