-
Notifications
You must be signed in to change notification settings - Fork 95
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
colcon build failed undefined reference to `DUtils::Random::SeedRandOnce()' #15
Comments
Hope this help! |
i have the same issue , i tried doing your method and it still didn't work |
Have you rebuild ORBSLAM3 as well? Do you have |
well no i will try to rebuild it now |
no i haven't build CVBbridge .. should i? |
Okay if it is the case i suggest you downgrade your opencv in your ubuntu to 4.2. I belive that would be the most straightforward solution |
Have you build with source before? |
I figured that and it build successfully but now when i run it i can't see anything in the camera and I don’t know from where it get camera input , like it always says “1 camera in the atlas” even when i deactivated the laptop camera and no usb cam |
@mjunsen123 Good tutorial my friend, but, can you help-me? after the changes at CMake and generate .a file, I received that error: |
Never see this error before. Can you please confirm you have CVBridge (vision_opencv) installed? |
And can you confirm that you have same version of OpenCV in both your ROS and Ubuntu? |
i don't know how I can see on ROS, but on ubuntu is 4.5.4 |
I am not sure but I think it may due to different version of openCV in Ros and Ubuntu. I am aware of this but I am not sure if this is your case. What I did is I build opencv and cvbridge from source, so I can specific the version used in ORBSLAM3 |
Yeah, I think is the same version, but I'm not sure about that. Do you have same tutorial showing how I can make this build? |
Hi guy i try to colcon build ORB_SLAM3_ROS2 after i run this line "colcon build --symlink-install --packages-select orbslam3" this error happens.
i use
ros2 foxy
opencv 4.2.0
ubuntu 20.04
anyone know how to fix thankyou!
The text was updated successfully, but these errors were encountered: