aussierobots / ublox_dgnss

This usb based ROS2 driver is focused on UBLOX Generation 9 UBX messaging, for a DGNSS rover. High precision data is available.
Apache License 2.0
38 stars 21 forks source link

mistake on Readme #22

Closed iman01 closed 5 months ago

iman01 commented 5 months ago

(vendor ID of 0x1546 and product ID of 0x1546). is wrong in readme , ublox product id is 0x01a9 as in code

define F9_VENDOR_ID 0x1546 // U-Blox AG

define F9_PRODUCT_ID 0x01a9 // u-blox GNSS receiver

hortovanyi commented 5 months ago

Have applied the change. Thanks for picking it up