How to select the use of g2o and gtsam? #542
-
Hi! Thanks for your great work. I found that this project seems to support g2o and gtsam at the same time. Could you please tell me how to specify gtsam? Thank you very much! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
In the config you would put 'gtsam' instead of g2o e.g. https://stella-cv.readthedocs.io/en/latest/parameters.html#tracking Have a look through this example and just see where you can ctrl+f and replace g2o with gtsam https://github.com/stella-cv/stella_vslam/blob/main/example/euroc/EuRoC_mono.yaml |
Beta Was this translation helpful? Give feedback.
-
Since the document has been updated, this discussion will be closed. Thanks for the valuable discussion! |
Beta Was this translation helpful? Give feedback.
In the config you would put 'gtsam' instead of g2o
e.g. https://stella-cv.readthedocs.io/en/latest/parameters.html#tracking
Have a look through this example and just see where you can ctrl+f and replace g2o with gtsam https://github.com/stella-cv/stella_vslam/blob/main/example/euroc/EuRoC_mono.yaml