any one successfully employ this driver in ublox M8T device?
Dear All Thanks for reading this pacakge. do any one successfully employ this driver in ublox M8T device?
Thanks Welson
Used it by changing this line to bool configureUblox() { return true; }
Hi, @kasraghu
Thanks for your kind information. Have you test this with M8T?
Thanks Welson
Yes, with the following configuration
device: /dev/ttyACM0
frame_id: gnss
gnss:
galileo: true
glonass: false
beidou: false
qzss: false
publish:
rxm:
raw: true
sfrb: true
nav: true
i have done the above config nut facing the errors like this
[ERROR] [1522832692.742706954]: U-Blox ASIO input buffer read error: End of file, 0 [ERROR] [1522832692.742842816]: U-Blox ASIO input buffer read error: End of file, 0 [ERROR] [1522832692.742974890]: U-Blox ASIO input buffer read error: End of file, 0 [ERROR] [1522832692.743107968]: U-Blox ASIO input buffer read error: End of file, 0
any suggestions ?
I've submitted a pull request with the additions to make this library work with the M8T device. Check out my repo in the mean time until @Kumar approves the request.
I've submitted a pull request with the additions to make this library work with the M8T device. Check out my repo in the mean time until @Kumar approves the request.
Hi , do you know if it was included, I think so, and if it accepts raw data and load the gps configuration without overwrite the setup on flash? I couldn't see any reference to that
thanks!