-
Notifications
You must be signed in to change notification settings - Fork 120
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
Running on EurocMav Datasets #16
Comments
We have not been testing on the EurocMav datasets. Can you please elaborate more on the problems that you're seeing? Looking at your config file, this are the best guesses I can give you, short of trying to run and tune it myself.
|
Have you been able to find a working solution? |
I haven't had time to really look at this, but I can comment on how Xivo deals with gravity. If you start from constant velocity (e.g. rest), and if the parameter The code that initializes gravity is the function If you already know the proper value of |
I have a question about your definition of |
Another possible explanation: the spatial frame coincides with the body frame during gravity initialization. Then everything is clear. Could someone please verify? Thanks |
The body frame is always aligned with the spatial frame during initialization; the spatial frame is defined to be wherever the body frame is at the very beginning. The body frame, however, is not necessarily aligned with gravity at initialization. Then, |
Yes that makes perfectly sense. Thank you very much for this clear explanation. I have one more question and even though it might not be directly connected to the EurocMav dataset it might help me to find a working configuration: What exactly are the values in I tried to do some digging in the source code but Im still not sure what P is used for. |
|
Hi, was a config every uploaded that worked? I don't see one here. |
Oh whoops. It's been a while and I thought the problem had been solved. |
Hi, thanks again for open sourcing. Was trying to get your system running on the EurocMav datasets. I was able to compile and run on the TUM-VI room1 dataset it is just the euroc mavs that are having issues for me. I have attached the configuration file that I have created. I am starting the rosbag files from the very beginning of each dataset.
config.zip
Do you have a config file that I could use to evaluate your method on the EurocMav with?
If not, do you see any problems with the one I have attached?
The text was updated successfully, but these errors were encountered: