-
Notifications
You must be signed in to change notification settings - Fork 13
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
The use of InertialPose3 #641
Comments
Hi @saparkison , apologies just noticed your issue now! The Could you perhaps say a bit more on your application to see if there is a stand-in solution we can help find that can work in the short term? The INS-type factor described above is on our roadmap, maybe Q2, Q3 of this year. Aside: part of the longer build out of the code base here is to be fully consolidated between both parametric and nonparametric solutions (for batch and Bayes tree w/ recycling solutions); while also being fully integrated with Manifolds, ManOpt / Optim, DiffEq, and other packages. TAC
|
Thanks for the response and the explanation. I'll be interested in seeing the I'm trying to perform state estimation using IMU + GPS data (and maybe eventually wheel encoder data) for a ground vehicle. After looking around more, maybe /src/services/OdometryUtils.jl is the place to start looking? |
Hi @Affie , FYI see |
see related comment: |
I'm having trouble figuring out how to use the IntertialPose3 type. Sorry if I am missing an obvious example. I see /test/testInertialPose3.jl but following that approach doesn't seem to work anymore. I get an error with
addVariable!()
which I think comes down to
InertialPose3 <: InferenceVariable
evaluating asfalse
Am I missing something? Or is there a better example of how to use InertialPose3?
Thanks!
The text was updated successfully, but these errors were encountered: