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

fix multiple network interface refreshCameraList #194

Closed
wants to merge 0 commits into from

Conversation

iag0g0mes
Copy link
Contributor

This pull request changes the refreshCameraList function under spinnaker_wrapper_impl.cpp to search for cameras in all network interfaces.

  • modified files:
    -- spinnaker_camera_driver/src/spinnaker_wrapper_impl.cpp
    -- spinnaker_camera_driver/src/spinnaker_wrapper_impl.hpp

@iag0g0mes
Copy link
Contributor Author

Hello,

I noticed an error with the check "CI / ROS Galactic ()". The error was:

‘class Spinnaker::CameraList’ has no member named ‘Add’.

Do you know which version of Spinnaker the ROS Galactic uses? According to the documentation for version 4.1.0.172, the CameraList class does have an Add function: https://softwareservices.flir.com/Spinnaker/latest/class_spinnaker_1_1_camera_list.html.

Is there anything I can do to fix this error?

@berndpfrommer
Copy link
Collaborator

I'm stumped, too. I thought Iron used the same spinnaker version as humble, but apparently not.
Will look into it

@berndpfrommer
Copy link
Collaborator

Galactic is still running on Ubuntu 20.04, which uses the older spinnaker. I just pushed a work-around that disables your patch for galactic. I don't quite want to discontinue galactic for now.

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

Successfully merging this pull request may close these issues.

2 participants