-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
catkin build errors re orb slam #16
Comments
Just did a
|
Much of the code was made to work in Python 2 so you have to do some manual tweaks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: