-
Notifications
You must be signed in to change notification settings - Fork 46
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
fail building ROS2 nodes for ORB_SLAM2 #7
Comments
ok. got it working - https://youtu.be/MaZRohrtnrQ |
Hello Sorry for my late reponse, Glad that you were able to figure it out. Could you please provided updated intructions that could be integrated into the project readme? Thanks a lot! |
i`ll try to sum up changes. |
i did almost everything from your README and a bit more ) tello: the hard part was about ORB_SLAM2 as i use opencv4.2 installed trought apt (not build from source).
*ducha-aiki/pymagsac#4 Then replace find_package(Eigen3 REQUIRED) to and put file path (ost.yaml) to put the same parameters to |
I will compile these instructions into a .md file and place them in the repo ;) Thanks a lot! |
This, but I had to build a custom Eigen 3.3.X from source, then change it to: I am having difficulty finding the module after the fact for my ros2 node build. I didn't know if either of you had any insight :) |
Actually, I copied from the original source, I copied over the FindORB_SLAM2.cmake from the forked repo and it works. You both are saints |
Well im a bit late to help, thats great news 👍 thanks! |
I followed the same procedure for humble, failed to build ORB_SLAM2 |
Why do we build ORB_SLAM using the ./build.sh command first and then make changes to it? Why not make the necessary changes for the required versions beforehand and then run the build command? |
Never mind, I build the ORB-SLAM2. There is one thing, which is still bothering me to build the orbslam2 ros2 package, that I am getting this error. CMake Error at CMakeLists.txt:26 (find_package): Could not find a package configuration file provided by "ORB_SLAM2" with
Add the installation prefix of "ORB_SLAM2" to CMAKE_PREFIX_PATH or set |
I have written this. It finds the ORB_SLAM2Config.cmake. I am getting a new error /home/haroon/colcon_ws/src/dev_robotisim/orbslam2/src/monocular/mono.cpp:9:10: fatal error: ORB_SLAM2/System.h: No such file or directory
|
nevermind I find a way out. Thanks for the documentation. |
hi!
cant build nodes for ROS2 Foxy to use with ORB_SLAM2.
did you build them from scratch or use docker image from https://github.com/alsora/ros2-ORB_SLAM2/tree/f890df18983ead8cd2ae36676036d535ee52951b ?
The text was updated successfully, but these errors were encountered: