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

ROS2 avt_vimba_camera under Windows #106

Open
mattberkem opened this issue Sep 19, 2022 · 1 comment
Open

ROS2 avt_vimba_camera under Windows #106

mattberkem opened this issue Sep 19, 2022 · 1 comment

Comments

@mattberkem
Copy link

ROS2 runs under Windows, as well as Linux. Also, vimba drivers are available for Windows. However, the current version of avt_vimba_camera doesn't seem to be well-adapted to Windows. For example, min() and max() are defined in windows.h and thus need to be distinguished from the desired versions. Also, diagnostic_updater is not included in the binary version of ROS2 for Windows but is needed for avt_vimba_camera. Is there anyone working on a version of avt_vimba_camera that would also run under Windows?

@icolwell-as
Copy link
Member

Hi @mattberkem, the driver here was only built and tested on Ubuntu Linux.
ROS2 technically supports Windows as a "Tier 1 OS", but most of the community-developed ROS1/2 software (this driver for example, also diagnostic_updater as you've noticed) is developed for Ubuntu.
I'm happy to review any PRs that enable Windows support, but you are likely better off developing your system using Ubuntu if that is an option for you, since you may run into more issues in the future with limited Windows support.

I'll leave this open in case anyone has forked this driver and adapted it to Windows, and wishes to share.

@icolwell-as icolwell-as changed the title ros2_master under Windows ROS2 avt_vimba_camera under Windows Oct 3, 2022
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

2 participants