-
Notifications
You must be signed in to change notification settings - Fork 94
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
Crash on execution for mono_camera.launch: free() invalid pointer #33
Comments
This node is still on Vimba 2.0. Can you check if it is working with this version? |
Had this same issue and just figured it out. Make sure all the parameters in the config file are correct (ID #, IP, etc). Fixed the problem for me. |
But IP /ID # are not set in the cfg file, but in the launch file. Or maybe we do not have the same version of the node |
Launch file, I mean. |
This fork is no longer actively maintained. Please see our new fork at https://github.com/astuff/avt_vimba_camera, which has been updated and recently released. |
Even with the new Vimba 3.1 API, the same problem happens. I've traced the call to the C API VmbStartup and can't really go further. |
Hi all,
I want to use your driver with a Mako U-130B (USB-V communication protocol).
However, it produces the following crash when I try to launch the mono_camera.launch script
I checked with the official Vimba Viewer, and the camera is detected and accessible (streaming is okay).
Do you have any idea what may cause that issue and how I can fix this?
Setup:
Ubuntu 16.04 64bits
ROS Kinetic
Vimba 2.1
Thank you very much for your help!
Guillaume
The text was updated successfully, but these errors were encountered: