-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Following the install instructions, everything worked until catkin build. I am on Ubuntu 18/ROS melodic, and I have tried CMakeLists, CMakeLists_changed, CMakeLists_changed2, and CMakeLists_melodic. They all give the same error:
Errors << orb_slam2_ros:make /home/erinline/src/tello_orb_test/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/logs/orb_slam2_ros/build.make.000.log make[2]: *** No rule to make target '/home/erinline/src/tello_orb_test/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/orb_slam_2_ros/orb_slam2/lib/liborb_slam2_ros.so', needed by '/home/erinline/src/tello_orb_test/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/devel/.private/orb_slam2_ros/lib/orb_slam2_ros/orb_slam2_ros_rgbd'. Stop. make[2]: *** Waiting for unfinished jobs.... In file included from /home/erinline/src/tello_orb_test/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/orb_slam_2_ros/ros/src/Node.cc:1: /home/erinline/src/tello_orb_test/Tello_ROS_ORBSLAM/ROS/tello_catkin_ws/src/orb_slam_2_ros/ros/include/Node.h:35:10: fatal error: orb_slam2_ros/SaveMap.h: No such file or directory #include "orb_slam2_ros/SaveMap.h"
There is also this error when I scroll down:
/home/erinline/src/tello_orb_test/Pangolin/components/pango_display/include/pangolin/display/widgets.h:31:10: fatal error: pangolin/var/var.h: No such file or directory #include <pangolin/var/var.h>
As I said, I followed all the instructions and downloaded and built Pangolin. Please advise.