Example on creating a single multi-robot factor graph using gtsam::LabeledSymbol
91 views
Skip to first unread message
Sandilya Garimella
unread,
Oct 11, 2023, 3:17:04 PM10/11/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gtsam users
I am looking to do multi-robot pose graph optimization, where I have a single factor graph for all the robots and the landmarks that they detect.
I looked at conversation "GTSAM on multi-robot SLAM" and noted that I need to add a betweenfactor between the robots because GTSAM cannot optimize disconnected graphs (singular system). I wanted to check if an example of using gtsam::LabeledSymbol can be provided and if there is an in-built way to keep track of previously observed landmarks.