Hello. I am trying to use GTSAM for a multi-robot SLAM. I'm still a beginner in it as I am in GTSAM so I would really be grateful for any help.
I am trying to set up the system where each robot does not know other robot's location (I wanna start small with just two robots). So what I did is in a single factor graph, I added two priors, one at the origin for reference, and another at some arbitrary location. Then, from each prior, the robots start with its own trajectory and they eventually make inter-robot loop closures. Now, this is my question. Is it possible to optimize the graph in the same graph or do I have to make a separate new graph in which the two priors are at the known relative position?
Thank you in advance for your answer!