Hello,
I am trying to use as much as possible the NavState to take advantage of the "2" factors.
My question is what is the best way to constrain the individual components of the NavState (Pos, Rot, Vel) with unary factors. For example the GpsFactor2 constrains the Pos part of the NavState.
But if I also get the velocity measurement from the Gps receiver how can I add a unary factor to constrain the velocity inside the NavState?
Should I create my own factor for this or there are other ways to interact with a variable node that has a NavState as value?
Right now, the only way to constrain the NavState is with GpsFactor2 and ImuFactor2, but I need more flexibility than that.
Thank you!