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

LocalizationExample impossible porting to Python #1754

Open
ilincaburdulea opened this issue May 23, 2024 · 0 comments
Open

LocalizationExample impossible porting to Python #1754

ilincaburdulea opened this issue May 23, 2024 · 0 comments

Comments

@ilincaburdulea
Copy link

Hello,

I am trying to use the Python version of GTSAM for FGO applied on GNSS data and the first toy example I was interested in implementing was exactly the one from gtsam/examples/LocalizationExample.cpp. I added the measurements as unary factors using the CustomFactor, all the other variables are exactly the same as in LocalizationExample.cpp, and the optimization result I got is this:

result png

I couldn't get any better results and then discovered that actually LocalizationExample is impossible to port to Python according to gtsam/python/gtsam/examples/README.md. Can comebody give me more details why this is? Is using the pure C++ the only solution for implementing this use case?

Thank you!

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

1 participant