Jbwasse2 / topological-mapping

Topological Maps on Real World Robot
0 stars 0 forks source link

Indoor Similarity Detector #6

Closed Jbwasse2 closed 3 years ago

Jbwasse2 commented 3 years ago

This time its built off of real world data, but I can also use the one in simulation for sim2real gap evaluation and results. TODOs

Jbwasse2 commented 3 years ago

Got orbslam working

Jbwasse2 commented 3 years ago

If we want to look into other methods, we should look at this chart.

table

It may be worth it to get IMU data before collecting data. Also getting Nolan's ROS2 stuff may be needed. It should be noted that RTAB-Map does not support monocular.

Jbwasse2 commented 3 years ago

Since the data is collected, I just need to get the labels from orbslam.

Jbwasse2 commented 3 years ago

Orbslam is giving some awful labels for pose as seen here plot This is for the case where the robot is turning the following corner 0003972

Jbwasse2 commented 3 years ago

Another option not shown in the table is https://google-cartographer.readthedocs.io/en/latest/ Cartographer looks like a solid choice. But it requires LIDAR.

Jbwasse2 commented 3 years ago

browntown Ran orbslam2 on gibson dataset, results also look bad.

Jbwasse2 commented 3 years ago

ViNG did something I did in my experiments where the labels come from label difference. IE if frame1 is frame 10 and frame2 is frame 40, the distance is 30. I think this may be the way to go for now while waiting for Ruben to look into depth.

Jbwasse2 commented 3 years ago

ViNG method gave like 96% testing accuracy on indoor dataset.

Jbwasse2 commented 3 years ago

ViNG is implemented in ROS code in #26