Jbwasse2 / topological-mapping

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

Metric Mapping Baseline #18

Open Jbwasse2 opened 3 years ago

Jbwasse2 commented 3 years ago

A baseline method would be useful to compare against the topological mapping methods. Here is a suggested method 1) Metric mapping using RTAB-map http://wiki.ros.org/rtabmap 2) Navigation using the ROS navigation stack 2 by Steve Macenski

Be sure to find out what sensors are needed. It looks like our version of Mateus' branch didn't have IMU in it, so we may have to update the robot's code.

Jbwasse2 commented 3 years ago

Aseem uses l515 camera which he says works well for in door nav. He also used d435 which works ok indoors and outdoors.

dorianisnairod commented 3 years ago

RTAB sensors

dorianisnairod commented 3 years ago

Nav2

dorianisnairod commented 3 years ago

It would be best to setup RTAB map with zedcam working, will postpone.

dorianisnairod commented 3 years ago

https://github.com/stereolabs/zed-ros-examples/blob/master/examples/zed_rtabmap_example/README.md

dorianisnairod commented 3 years ago

[ 81%] Linking CXX executable ../../../bin/rtabmap /usr/lib/x86_64-linux-gnu/libSM.so: undefined reference to uuid_generate@UUID_1.0' //home/companion/anaconda3/lib/libfontconfig.so.1: undefined reference toFT_Done_MM_Var' /usr/lib/x86_64-linux-gnu/libSM.so: undefined reference to uuid_unparse_lower@UUID_1.0' ../../../bin/librtabmap_core.so.0.20.12: undefined reference tors2_get_active_streams' collect2: error: ld returned 1 exit status app/src/CMakeFiles/rtabmap.dir/build.make:445: recipe for target '../bin/rtabmap' failed make[2]: [../bin/rtabmap] Error 1 CMakeFiles/Makefile2:416: recipe for target 'app/src/CMakeFiles/rtabmap.dir/all' failed make[1]: [app/src/CMakeFiles/rtabmap.dir/all] Error 2 Makefile:149: recipe for target 'all' failed make: *** [all] Error 2

This is the latest error in rtabmap compilation.

dorianisnairod commented 3 years ago

https://github.com/introlab/rtabmap/issues/162 http://official-rtab-map-forum.67519.x6.nabble.com/error-in-installing-rtabmap-on-raspberry-pi-3-B-td5457.html For tomorrow

dorianisnairod commented 3 years ago

May need https://github.com/RavenProject/Ravencoin/issues/25 installed again after seeing errors on rtabmap

Jbwasse2 commented 3 years ago

Go for it, I shouldn't have deleted it. My bad!