-
Notifications
You must be signed in to change notification settings - Fork 795
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
Expose GPSFactor and GPSFactor2 in the Python wrapper #141
Comments
I would love to assist. Could you create a PR with your attempt at wrapping? |
Will do, I'll talk with my colleague and put what we have so far in a fork. We read the preamble and think our code conforms to it but yeah it has some weird bad parsing error. |
We actually got it to build - we'll post our PR later. |
Excellent!! Look forward to it 👍 |
@octopuscabbage don't forget the PR :-) |
3e076c9ac Merge pull request #141 from borglab/feature/compile-on-change 055d6ad3f add dependencies to specialization and preamble files 497b330e8 address review comments 8e233b644 use custom command instead of custom target 238954eaa minor fix b709f512b update cmake to make multiple wrapping calls for each interface file a1b9ffaaf pybind wrapper updates to handle submodules separately from the main python module git-subtree-dir: wrap git-subtree-split: 3e076c9ace04fea946124d586a01c2e9b8a32bdc
Feature
We would like GPSFactor and GPSFactor2 exposed in the python API.
Currently we have tried wrapping it ourselves in gtsam.h but are having problems with building it.
Motivation
It would be useful to be able to use the full NavState in the python API. Currently only the IMU factors are implemented.
Pitch
GPSFactor and GPSFactor2 to be usable in the python wrapper.
Alternatives
Expose the ability to create custom factors in the python API.
Additional context
None
The text was updated successfully, but these errors were encountered: