Marker-based-SLAM
Marker-based-SLAM copied to clipboard
RUN ERROR
run
./spm-slam "/home/why/Documents/ForVSLAM/Marker-based-SLAM/dataset/video1.mp4" "/home/why/Documents/ForVSLAM/Marker-based-SLAM/camera1.yml" -conf "/home/why/Documents/ForVSLAM/Marker-based-SLAM/apriltagConfig.yml" --outlog "/home/why/Documents/ForVSLAM/Marker-based-SLAM/cameraPose.txt"
error
double free or corruption (out) Aborted (core dumped)
I used another one here https://github.com/LeeXujie/ArUco/blob/master/sources/spm-slam_1.0.1/spm-slam.cpp it also have the same problems. But I find a solution to solve it. If you change all the argv inputs, and then run it use clion by run 'spm-slam', then it seems works. Still wondering why it works...