I was following the tutorial and was able to build using ./build_ros.sh on Ubuntu 20.04LTS having ROS Noetic.
As per the tutorial the next step is a rosrun command like 'rosrun ORB_SLAM3 Mono PATH_TO_VOCABULARY PATH_TO_SETTINGS_FILE'
I then tried the EuRoC example command:
rosrun ORB_SLAM3 Stereo_Inertial Vocabulary/ORBvoc.txt Examples/Stereo-Inertial/EuRoC.yaml true
but executing it gives me the error _"[rosrun] Couldn't find executable named Stereo_Inertial below /home/knnas/catkin_ws/src/ORB_SLAM3/Examples_old/ROS/ORBSLAM3" I don't really know why it is searching in the Examples_old folder and why the example ain't working as suggested in the tuorial, can anyone help me understand the issue here?
and if I manage to get the path right, I get another error:
I was following the tutorial and was able to build using
./build_ros.sh
on Ubuntu 20.04LTS having ROS Noetic. As per the tutorial the next step is a rosrun command like'rosrun ORB_SLAM3 Mono PATH_TO_VOCABULARY PATH_TO_SETTINGS_FILE'
I then tried the EuRoC example command:rosrun ORB_SLAM3 Stereo_Inertial Vocabulary/ORBvoc.txt Examples/Stereo-Inertial/EuRoC.yaml true
but executing it gives me the error _"[rosrun] Couldn't find executable named Stereo_Inertial below /home/knnas/catkin_ws/src/ORB_SLAM3/Examples_old/ROS/ORBSLAM3" I don't really know why it is searching in the Examples_old folder and why the example ain't working as suggested in the tuorial, can anyone help me understand the issue here?and if I manage to get the path right, I get another error: