VIS4ROB-lab / pose_graph_backend

Multi-agent Pose-Graph Sensor Fusion - from "Multi-robot Coordination with Agent-Server Architecture for Autonomous Navigation in Partially Unknown Environments", IROS 2020
GNU General Public License v3.0
26 stars 6 forks source link

Running original EuRoC rosbags #3

Closed chen12345678910 closed 2 years ago

chen12345678910 commented 2 years ago

I want to run multi-agent on the original euroc dataset. How do I implement it?

lucaBartolomei commented 2 years ago

Hi, have you check these instructions, or are you trying to do something different?

chen12345678910 commented 2 years ago

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?

lucaBartolomei commented 2 years ago

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:

I hope this gets you started.

lucaBartolomei commented 2 years ago

Closing this issue because it's inactive - feel free to re-open it in case you need additional help.