Skip to content
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

vision_visp : build visp_hand2eye_calibration_calibrator fails #140

Closed
viprob-ai opened this issue Jun 26, 2024 · 4 comments
Closed

vision_visp : build visp_hand2eye_calibration_calibrator fails #140

viprob-ai opened this issue Jun 26, 2024 · 4 comments

Comments

@viprob-ai
Copy link

Screenshot from 2024-06-26 21-16-08

any help ?

@fspindle
Copy link
Contributor

How do you build/install ViSP and which version ?

@viprob-ai
Copy link
Author

I have built the visp from source
Version 3.6.0

@aleciara
Copy link

aleciara commented Aug 1, 2024

Hello everyone,

I had a similar issue and resolved it by modifying the CMakeLists.txt files. For linking Boost libraries, I used the following approach:

`
find_package(Boost REQUIRED COMPONENTS
system
thread
)

target_link_libraries(your_target_name
${Boost_LIBRARIES})
`

I applied this method to the visp_camera_calibration, visp_hand2eye_calibration, visp_auto_tracker, and visp_ros packages.If this approach seems useful, I would be happy to assist.

Best,
Alessandro

fspindle added a commit to fspindle/vision_visp that referenced this issue Aug 23, 2024
@fspindle
Copy link
Contributor

Should be fixed. Reopen if needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants