You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run ublox_gps_node with the provided zed_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:
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:
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:
The text was updated successfully, but these errors were encountered: