Open Jbwasse2 opened 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.
RTAB sensors
Nav2
It would be best to setup RTAB map with zedcam working, will postpone.
[ 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 to
FT_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 to
rs2_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.
May need https://github.com/RavenProject/Ravencoin/issues/25 installed again after seeing errors on rtabmap
Go for it, I shouldn't have deleted it. My bad!
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.