-
Notifications
You must be signed in to change notification settings - Fork 85
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
ros2_overlay_ws colcon build --symlink-install error #155
Comments
u should go to the repo ros2_intel_realsense, and see the README, to install the dependencies, such as
Check that! Good Luck! |
Yeah those dependencies were installed previously and tried again also but no effect. pls see the screenshot. |
then I will use |
It did not worked. |
since your error caused by boost, check whether installed correctly! |
libcv_bridge.so file is not available in my ros2_overlay_ws/src directory and its available inside /opt/ros/dashing/lib directory. |
more information about the
|
yeah, you should check the CMakeLists under
the sub-links in the issuse are very useful, especially the last one, you should view it carefully and according to my experience, try the following: |
please anyone help me to solve the error |
During step 4. Building and Installation
-->Install ROS2_OpenVINO packages
-->Build package
cd ~/ros2_overlay_ws
colcon build --symlink-install
[Processing: cv_bridge, message_filters, object_msgs, realsense_msgs]
--- stderr: cv_bridge
make[2]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libboost_python3.so', needed by 'src/libcv_bridge.so'. Stop.
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [src/CMakeFiles/cv_bridge.dir/all] Error 2
make: *** [all] Error 2
Failed <<< cv_bridge [ Exited with code 2 ]
Aborted <<< realsense_msgs
Aborted <<< message_filters
Aborted <<< object_msgs
Summary: 0 packages finished [2min 4s]
1 package failed: cv_bridge
3 packages aborted: message_filters object_msgs realsense_msgs
1 package had stderr output: cv_bridge
15 packages not processed
The text was updated successfully, but these errors were encountered: