-
Notifications
You must be signed in to change notification settings - Fork 395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues publishing ZED-F9R IMU Messages #149
Comments
Is this the actual config you are using? |
Yes, this is the config file being used in the launch file. |
Can you remove the first three lines? just start with debug:0 |
With the first three lines removed, I get most of the nav messages, but no esf messages. U-blox: received NACK: 0x06 / 0x01 |
You need to follow the same format as |
I'm still only seeing NAV topics and the NACK errors. |
Line 1368 in 76ff4da
This is where imu is published, you can add a print and see if it is reached. |
I added a print statement within the if statement, the if statement is not getting triggered. |
What about the callback? |
What I meant is right after this line Line 1367 in 76ff4da
and manually set enable to true on this line Line 1340 in 76ff4da
I had a feeling that this is due to a config issue. Just make sure your config file has the right format and the launch file is using that config. |
shall I changed enabled["esf_meas"], enabled["esf"] to enabled["true"]? |
I'm currently using the config you sent me, c94_m8p_base.yaml, is there some sort of formatting issue on this file? |
Replace
with
|
Take a look at the config folder and find the right config. I just sent that one as a referece. |
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 on looking into the source code soon. Let me know if you get anything! |
I have look into the source code found that
But the ZED-F9R Firmware is FWVER=HPS 1.00. The INS/imu publication seems to be in AdrUdrProduct. I added ''product_category == "HPS" ||'' to AdrUdr if and it start publishing esf data. |
Is anyone able to run the ROS driver for Ublox F9R? I want to get IMU and GNSS data at the same time. |
any update? |
This one worked for me. I used the HPLR-HPG-2 board (https://www.u-blox.com/en/product/xplr-hpg-2) and I was able to get the IMU data from it. |
@andrespulido8 Good job!! |
I was trying to get ZED-F9R IMU data published in the form of a sensor_msgs/imu message. Currently, I am using a zed-f9p config file that can be found below.
When I run the launch file, it seems to only publish on the default fix topics. From the ublox documentation it looks like publish/esf/meas controls toggles the IMU data stream. Is there anything I am doing wrong?
The text was updated successfully, but these errors were encountered: