Closed kkuranoCCS closed 4 weeks ago
I solved this problem. After modifying src/pylon_ros2_camera/image_common/camera_calibration_parsers/CMekeLists.txt as follows, the build was successful.
target_link_libraries(${PROJECT_NAME} PRIVATE
rclcpp::rclcpp
yaml-cpp)
Thanks.
Describe what you want to implement and what the issue & the steps to reproduce it are:
When I built pylon_ros2_camera, I got the following message and it failed. yaml-cpp has been aleady installed as follows. Please let me know how to solve this problem.
Hardware setup description
CPU architecture X86_64 Operating System Ubuntu 22.04.5 RAM 4GB
Runtime information
Is your camera operational with the Basler pylon Viewer on your platform?
Yes