You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed the ros-[ros distribution]-poitgrey-camera-driver on my Ubuntu 20.04 as I did it before in Ubuntu 16.04 and 18.04 and back then the driver worked just fine. Under ROS-Noetic I'm receiving a strange error by running pointgrey camera node. By running list_cameras I get a feedback from my FLIR, but if try to start camera_node the error message comes out (see Screenshot).
I could not fine anything by googling it :/ Can anyone give me a clue how to fix it?
Thanks in advance
Here is the error massage copy/paste:
[ERROR] [1608542349.384716896]: Failed to load nodelet [/pointgrey_camera_node] of type [pointgrey_camera_driver/PointGreyCameraNodelet] even after refreshing the cache: Failed to load library /opt/ros/noetic/lib//libPointGreyCameraNodelet.so. Make sure that you are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that names are consistent between this macro and your XML. Error string: Could not load library (Poco exception = libdiagnostic_updater.so: cannot open shared object file: No such file or directory)
[ERROR] [1608542349.384744826]: The error before refreshing the cache was: Failed to load library /opt/ros/noetic/lib//libPointGreyCameraNodelet.so. Make sure that you are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that names are consistent between this macro and your XML. Error string: Could not load library (Poco exception = libdiagnostic_updater.so: cannot open shared object file: No such file or directory)
The text was updated successfully, but these errors were encountered:
Hey,
I've installed the ros-[ros distribution]-poitgrey-camera-driver on my Ubuntu 20.04 as I did it before in Ubuntu 16.04 and 18.04 and back then the driver worked just fine. Under ROS-Noetic I'm receiving a strange error by running pointgrey camera node. By running list_cameras I get a feedback from my FLIR, but if try to start camera_node the error message comes out (see Screenshot).
I could not fine anything by googling it :/ Can anyone give me a clue how to fix it?
Thanks in advance
Here is the error massage copy/paste:
[ERROR] [1608542349.384716896]: Failed to load nodelet [/pointgrey_camera_node] of type [pointgrey_camera_driver/PointGreyCameraNodelet] even after refreshing the cache: Failed to load library /opt/ros/noetic/lib//libPointGreyCameraNodelet.so. Make sure that you are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that names are consistent between this macro and your XML. Error string: Could not load library (Poco exception = libdiagnostic_updater.so: cannot open shared object file: No such file or directory)
[ERROR] [1608542349.384744826]: The error before refreshing the cache was: Failed to load library /opt/ros/noetic/lib//libPointGreyCameraNodelet.so. Make sure that you are calling the PLUGINLIB_EXPORT_CLASS macro in the library code, and that names are consistent between this macro and your XML. Error string: Could not load library (Poco exception = libdiagnostic_updater.so: cannot open shared object file: No such file or directory)
The text was updated successfully, but these errors were encountered: