Closed nikolaradulov closed 3 months ago
Problem still persists. Eg output of make usecases after latest update:
make usecases
=================================================================================================================
-e Current list of compatible SLAM systems (alphabetical order). If you are using any of the following SLAM algorithms, please refer to their respective publications:
- ElasticFusion [Whelan et al, IJRR'16] : -e Not found (make efusion)
repository: https://github.com/mp3guy/ElasticFusion
available targets are : efusion
- InfiniTAMv2 [Kahler et al, ISMAR'15] : -e Not found (make infinitam)
repository: https://github.com/ethz-asl/infinitam
available targets are : infinitam
- LSDSLAM [Engel et al, ECCV'14] : -e Not found (make lsdslam)
repository: https://github.com/tum-vision/lsd_slam
available targets are : lsdslam
- LSDSLAM [Engel et al, ECCV'14] : -e Not found (make lsdslam)
repository: https://github.com/tum-vision/lsd_slam
available targets are : lsdslam
- ORBSLAM2 [Mur-Artal et al, TOR'15 and TOR'17] : -e Not found (make orbslam2)
repository: https://github.com/raulmur/ORB_SLAM2
available targets are : orbslam2
- MonoSLAM [Davison et al, TPAMI'07] : -e Not found (make monoslam)
repository: https://github.com/hanmekim/SceneLib2
available targets are : monoslam
- PTAM [Klein et al, ISMAR'07 and ECCV'08] : -e Not found (make ptam)
repository: https://github.com/Oxford-PTAM/PTAM-GPL
available targets are : ptam
- OKVIS [Leutenegger et al, IJRR'15] : -e Not found (make okvis)
repository: https://github.com/ethz-asl/okvis
available targets are : okvis
- SVO [Forster et al, ICRA'14] : -e Not found (make svo)
repository: https://github.com/uzh-rpg/rpg_svo
available targets are : svo
- KFusion [Newcombe et al. ISMAR'11] : -e Not found (make kfusion)
repository: https://github.com/GerhardR/kfusion
available targets are : kfusion
If you want to test SLAMBench with existing SLAM algorithms, once you have download it please run "make slambench APPS=slam1,slam2,..."
e.g. make slambench APPS=kfusion,orbslam2
You can also use "make slambench APPS=all" to compile them all.
As a next step we suggest you run make datasets.
=================================================================================================================
Upon building slambench the command
make usecases
does not render consitent options. Building it using instructions in WSL the output shows :A build inside the docker with only the base dependencies will indicate less options. No indication during build process as to why this happens