ublox icon indicating copy to clipboard operation
ublox copied to clipboard

How to fix this error: U-blox: received NACK: 0x06 /0x01

Open QuinnZhuu opened this issue 5 years ago • 9 comments

I have one GPS receiver with U-BLOX M8030 72CH , but when I run the launch file. This error occurred. IMG_3143

I wonder how to solve this problem Thanks!

QuinnZhuu avatar Jul 18 '19 13:07 QuinnZhuu

Have you solved this problem? I have same error "received NACK: 0x06 0x01".

CK-Sung avatar Jan 04 '20 08:01 CK-Sung

Same probleme when I try to enable other than GPS system

SilvainLouis avatar Mar 13 '20 09:03 SilvainLouis

I am developing using ROS2.

The error "U-blox: received NACK: 0x06 /0x01" occurs.

but check it using ROS2 Topic, data comes in.

If you have solved this problem, please share it.

JihunDev avatar Jun 04 '20 06:06 JihunDev

Anyone has an update on this?

NovoG93 avatar Aug 17 '20 07:08 NovoG93

Yeah i can get data but sometimes to data is 0.0 in both latitude and longitude. So I am not sure what is going on here :(

Screenshot from 2021-07-27 12-39-55

vilktor370 avatar Jul 27 '21 16:07 vilktor370

I had similar issues. I was able to trace it the USB HUB I was using. Using a different hub fixed that problem, but other issues arised as well. Hope it helps

trayveet avatar May 12 '22 17:05 trayveet

publish:
    aid/all: false

instead of the incorrect

publish:
    aid: false

fixed it for me with ZED F9P. Find if you are trying to publish incorrect messages...

tomy983 avatar Nov 06 '22 14:11 tomy983

Has anyone fixed this issue? This is persistent in both ros2 foxy and ros2 galactic. Any idea how to fix it?

Help will be much appreciated, thanks!

gokulp01 avatar Jul 10 '23 18:07 gokulp01

Update: I fixed the issue. The issue is in the config file. Make sure to use the right config file. (I also updated the firmware through the U-blox center, but I don't think that was very helpful)

gokulp01 avatar Jul 13 '23 17:07 gokulp01