Skip to content
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

solution by GNSS NavSatFix topic #59

Open
Mahmoudadham4040 opened this issue Sep 28, 2024 · 1 comment
Open

solution by GNSS NavSatFix topic #59

Mahmoudadham4040 opened this issue Sep 28, 2024 · 1 comment

Comments

@Mahmoudadham4040
Copy link

Thank you for sharing your code and making it available. I have a ROS bag file that contains GNSS position solutions as the NavSatFix topic, along with IMU and camera topics. However, I do not have the raw GNSS measurements in my file. Could you kindly advise on how I can run your code with these available topics? Any modifications or specific steps to adapt the input would be greatly appreciated.

@chichengcn
Copy link
Owner

We support NavSatFix as ROS input, check out ros_stream.cpp and search keywords "navsatfix", "NavSatFix", and "navSatFixCallback". You may modify function navSatFixCallback to configure the behavior of covariance input, since it will strongly affect the GNSS/INS LC estimator. Other configurations are similar to a GNSS/INS LC estimator shown in our example yaml files. The difference is that you do not need to apply a GNSS estimator to generate GNSS solutions, just directly set the NavSatFix topic as one of the inputs via input_tags and name its behavior via xxx_roles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants