mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Update gps.cpp
'BeiDou' is a navigation satellite system from China, while 'Baidu' is a search engine. So it is supposed to change it from 'Baidu' to 'BeiDou'.
This commit is contained in:
@@ -418,7 +418,7 @@ void GPS::handleInjectDataTopic()
|
||||
bool updated = false;
|
||||
|
||||
// Limit maximum number of GPS injections to 6 since usually
|
||||
// GPS injections should consist of 1-4 packets (GPS, Glonass, Baidu, Galileo).
|
||||
// GPS injections should consist of 1-4 packets (GPS, Glonass, BeiDou, Galileo).
|
||||
// Looking at 6 packets thus guarantees, that at least a full injection
|
||||
// data set is evaluated.
|
||||
const size_t max_num_injections = 6;
|
||||
|
||||
Reference in New Issue
Block a user