Ashten

Results 9 comments of Ashten

Yes, this is the config file being used in the launch file.

With the first three lines removed, I get most of the nav messages, but no esf messages. I do get an error twice: U-blox: received NACK: 0x06 / 0x01 U-blox:...

I'm still only seeing NAV topics and the NACK errors.

I added a print statement within the if statement, the if statement is not getting triggered.

![Screenshot from 2021-12-07 18-32-27](https://user-images.githubusercontent.com/82536552/145148755-525a8bdc-de7f-4e5c-a3a3-81848db759f7.png) I added a cout statement for the callback as well but not seeing anything in the terminal.

shall I changed enabled["esf_meas"], enabled["esf"] to enabled["true"]?

> What I meant is right after this line > > https://github.com/KumarRobotics/ublox/blob/76ff4da9ec87f47fc8e7e2f556bc88026241c05a/ublox_gps/src/node.cpp#L1367 > > and manually set enable to true on this line > > https://github.com/KumarRobotics/ublox/blob/76ff4da9ec87f47fc8e7e2f556bc88026241c05a/ublox_gps/src/node.cpp#L1340 > > I had...

![Screenshot from 2021-12-07 18-44-54](https://user-images.githubusercontent.com/82536552/145149781-d865540d-7cf5-4f60-9413-6df41ba0f581.png) Ah alright, I will look into using the zedf9p config. This still doesn't seem to be printing in the terminal (after catkin_make). The topic is also...

> do you have any updates on this topic? I am also trying to get the IMU messages from the ZED-F9R Sorry no updates as of now, I am planning...