-
Notifications
You must be signed in to change notification settings - Fork 156
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
Error with dvxplorer_ros_driver #135
Comments
The issue was solved by modifying the CMakeList.txt file (issue #120) adding the following line:
just before
Ps: Check first that the Config files are in that location. |
Hello again, Although I was able to compile the package, I am having issues running the dvxplorer_ros_driver node. I am having the following error:
Seems like the problem is always related to the "caerDVXplorerInfoGet". Any suggestions to solve this issue? I am using Thanks! |
Hello!
I am having an issue with installing the
dvxplorer_ros_driver
package. I followed the steps on the repo but my system returns the following error:libcaer_dev
is installed on my computer. I checked the/usr/include/libcaer/devices/dvxplorer.h
and there is the definition structure caerDVXplorerInfoGet in line 688. Any guess about how to solve this issue? I am using Ubuntu 18.04Thanks!
Ps: I have installed both
dvs_ros_driver
anddavis_ros_driver
successfully without any error.The text was updated successfully, but these errors were encountered: