Closed chen12345678910 closed 2 years ago
Hi, have you check these instructions, or are you trying to do something different?
I want to use the euroc data set downloaded from the website instead of the data set in pose_graph_backend,how can I do this?
So you want to run the pose graph using the original EuRoC rosbags, right? This is possible, it will just require a minimal adaptation of the instructions in the README.
Similarly to the general case, you will need to do the following:
vins_estimator
and pcl_fusion
nodes for each agent, specifying the IDs of the agentspose_graph_backend/launch/multi_agent_play_0.launch
specifying the path to the rosbags (of course, you will need to run this launch file for each agent)I hope this gets you started.
Closing this issue because it's inactive - feel free to re-open it in case you need additional help.
I want to run multi-agent on the original euroc dataset. How do I implement it?