You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I was using BlockSolver, I was confused of the design of this class. I found that I am not able to decide which vertex to marginalize. It seems only landmarks can be marginalized, also, they must be marginalized. It is really a strict restrict. Maybe it can be better designed?
For example, this line block_solver.hpp#L118 distinguishes poses and landmarks by marginalization. Is it a proper way?
The text was updated successfully, but these errors were encountered:
When I was using
BlockSolver
, I was confused of the design of this class. I found that I am not able to decide which vertex to marginalize. It seems only landmarks can be marginalized, also, they must be marginalized. It is really a strict restrict. Maybe it can be better designed?For example, this line block_solver.hpp#L118 distinguishes poses and landmarks by marginalization. Is it a proper way?
The text was updated successfully, but these errors were encountered: