Submodule not working
REGATTE opened this issue · 2 comments
REGATTE commented
../src/GPS/Drivers/src/ubx.cpp:1981: error: no member named 'heading_accuracy' in 'sensor_gps_s'
Hi,
I've been developing QGC as a hobbyist, and the first I try to compile to QGC, I get this error. Anyway to sort it out??
bkueng commented
You need to make sure the submodule points to the right commit -> git submodule update
REGATTE commented
oh okay, thanks.
It worked when i pointed it to an older commit.