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
I am using g2o for 3D SLAM. In my application, the location of some of the landmarks (3D points) in the environment are known to me, for example I know the Euclidean distance between some of the landmarks, or I know if they are located on the same plane (on a wall for example). I would like to use this extra information to improve the results of the pose graph optimization.
Would somebody please tell me how these constraints should be added? Are they currently part of the g2o implementation? Do I need to created my own custom g2o edges?
Thank You,
Ahmad
The text was updated successfully, but these errors were encountered:
Hello,
I am using g2o for 3D SLAM. In my application, the location of some of the landmarks (3D points) in the environment are known to me, for example I know the Euclidean distance between some of the landmarks, or I know if they are located on the same plane (on a wall for example). I would like to use this extra information to improve the results of the pose graph optimization.
Would somebody please tell me how these constraints should be added? Are they currently part of the g2o implementation? Do I need to created my own custom g2o edges?
Thank You,
Ahmad
The text was updated successfully, but these errors were encountered: