-
Notifications
You must be signed in to change notification settings - Fork 90
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
Build failed when VISP is installed from source code #129
Comments
I solved it by explicitly linking against Boost work mentioned in https://github.com/lagadic/visp/issues/780. But I got a new problem:
|
I have same question, did you resolve it? |
Are you building the |
yes |
I met the same question, have you solved it? |
Hi, I solved installing the python library rosbags with: |
Hi, I got a problem when I was building this repo.
Environment: ubuntu 22.04, ROS rolling.
When the VISP used in ros is installed from the latest source code, I get the following error when building vision_visp:
But, when the VISP is installed via
sudo apt-get install ros-rolling-visp
, I didn't get these error. I would like to know why this is happening and how to fix it.Thank you!
The text was updated successfully, but these errors were encountered: