berndpfrommer / flir_spinnaker_ros2

ros2 driver for flir spinnaker SDK
26 stars 27 forks source link

package failed: flir_spinnaker_ros2 #9

Closed sssxrf closed 2 years ago

sssxrf commented 2 years ago

Hi, I was reported an error while running colcon build. Screenshot from 2022-05-20 12-38-45 Also, I installed the spinnaker SDK 2.6.0 successfully. Screenshot from 2022-05-20 12-40-48 Could you please help me out? Thank you so much

berndpfrommer commented 2 years ago

What's missing is the camera-info-manager package. There is a way to install all missing dependencies of a workspace, by running at the top of your workspace:

rosdep install --from-paths src --ignore-src -r -y

Could you please run that for me and let me know if that automatically installed the missing camerainfo-manager package? If yes then I'll include that in the README instructions.

In case the above command fails you can install it manually:

sudo apt install ros-galactic-camera-info-manager

(or ros-foxy-...., whatever distro you are running on) But please first try the rosdep line to see if that works. Thanks!

sssxrf commented 2 years ago

The rosdep line works. Thank you!

berndpfrommer commented 2 years ago

updated documentation