Open rafiqrana opened 1 year ago
I get those errors too, but I still get coordinates on /ublox_gps_node/fix topic
Try setting /publish/aid/all
to false
In my case what is happening is the ROS2 node is sending a configuration command to the uBlox receiver to generate AID messages periodically. The F9P does not have support for this message type so it is sending a NACK.
Changing debug
in your config file to a higher number will give more context about what UBX message is failing. In my case it is:
0x0B 0x30
(AID-ALM)0x0B 0x31
(AID-EPH)
I am trying to run
ublox_gps_node
with the providedzed_f9p.yaml
config file; however, it produces error[ERROR] U-blox: received NACK: 0x06 / 0x01
. Suggested by different webpages, the problem might be baud rate; however, I have tested with 9600, 57600, 38400, etc. - nothing worked.GPS Device: RTK ZED F9P GNSS
To Reproduce: To reproduce the error, one needs to create a launch file within launch directory of the ulbox_gps package or from a new package. The tested launch file as follows:
Expected behavior: Upon successful run, the node should publish gps coordinate to
/fix
topic.Screenshots:
Desktop INFO: