mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-06-28 01:52:06 +08:00
GPS: add tow to gps ephemeris (#27246)
* add tow to gps ephemeris * bump cereal * update refs --------- Co-authored-by: Kurt Nistelberger <kurt.nistelberger@gmail.com> old-commit-hash: 6330cdd88513d9dad3e5ab00811c4a5223924423
This commit is contained in:
committed by
GitHub
parent
2a64606eb0
commit
466f83cba5
+1
-1
Submodule cereal updated: bdbac40160...fa3e77b7c8
@@ -213,6 +213,7 @@ kj::Array<capnp::word> UbloxMsgParser::parse_gps_ephemeris(ubx_t::rxm_sfrbx_t *m
|
||||
eph.setAf1(subframe_1->af_1() * pow(2, -43));
|
||||
eph.setAf0(subframe_1->af_0() * pow(2, -31));
|
||||
eph.setSvHealth(subframe_1->sv_health());
|
||||
eph.setTowCount(subframe.how()->tow_count());
|
||||
iodc_lsb = subframe_1->iodc_lsb();
|
||||
}
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
7c2a98f4a94b6dded6a90d8913ab85a63069c186
|
||||
d862b2c7d383d859db30d6c1cc665c29c7a2a9f3
|
||||
Reference in New Issue
Block a user