-
Notifications
You must be signed in to change notification settings - Fork 189
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_make error #2
Comments
Hi, |
@saching13 Yess, 1-15 worked without any errors. |
@ans-qureshi 2 things that come to mind:
|
|
Your command should be Not There is a Modified this in the steps to avoid further confusions. |
Sadly, no effect: srl@srl-HP-ProBook-440-G5:~/ros_ws$ catkin_make_isolated --cmake-args -D depthai_DIR=$/home/srl/depthai-core/build/install/lib/cmake/depthai/
The packages or cmake arguments have changed, forcing cmake invocation ==> Processing catkin package: 'vision_msgs'
-- Build files have been written to: /home/srl/ros_ws/build_isolated/vision_msgs ==> Processing catkin package: 'depthai_ros_msgs'
-- Build files have been written to: /home/srl/ros_ws/build_isolated/depthai_ros_msgs ==> Processing catkin package: 'depthai_bridge' -- Depthai bridge is being built using CATKIN. CMake Error at CMakeLists.txt:82 (find_package):
Add the installation prefix of "depthai" to CMAKE_PREFIX_PATH or set -- Configuring incomplete, errors occurred! Reproduce this error by running: Command failed, exiting. |
The command executed is still wrong.
There should be no $ in the command. |
@saching13 oh crap, yuppp works! 💯 |
Hi! I'm getting following error after running command # 16 on ROS Melodic: ==> Processing catkin package: 'depthai_examples' Reproduce this error by running: Command failed, exiting. |
Worked after adding following to CMakeList of depthai_examples:
|
Thanks for circling back! |
Thanks. |
@ans-qureshi I used base ubuntu dockers and fixed this issue on both Ubuntu 18 and 20. you shouldn't experience this error anymore. Feel free to try it out and let me know if you have any feedback. |
Hi!
I have run the command:
catkin_make_isolated --cmake-args -D depthai_DIR=$/home/srl/depthai-core/build/install/lib/cmake/depthai/
and I'm getting this error:The text was updated successfully, but these errors were encountered: