-
Notifications
You must be signed in to change notification settings - Fork 132
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
Cannot find any data in the /insstdev topic. #25
Comments
What model device are you using, and what does your configuration for the node look like? Is it correctly publishing other topics? |
This is for ProPak6. It looks similar to #18. |
I believe the INSSTDEV log actually does not exist on OEM6 devices; it was added in OEM7. Depending on what data you need, you might be able to use the INSCOV log instead, or there might be another log that has it. |
Essentially we are trying to get |
INSCOV has an attitude covariance matrix, and I think you could extract the standard deviations you want from that. The driver does something similar at https://github.com/swri-robotics/novatel_gps_driver/blob/master/novatel_gps_driver/src/novatel_gps.cpp#L935 to fill in the orientation covariance in IMU messages. |
@pjreed Got it. Thanks. |
Great, let me know if you need anything else. |
The novatel driver is unable to log/parse data from the sensor into the /insstdev topic. Any help regarding this is highly appreciated.
The text was updated successfully, but these errors were encountered: