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
image_show uses cv::imshow which is from OpenCV highgui which cv_bridge used link but that changed a few months ago.
pull the latest to get a new version that corrects that- except something else is wrong #12 , image_show locks up after a few frames and image_view (roslaunch screen_grab screen_grab.launch use_image_view:=true use_image_show:=false) locks up on the very first frame, so something else is wrong.
When I try to run
roslaunch screen_grab screen_grab.launch
I get the following error message:/opt/ros/kinetic/lib/nodelet/nodelet: symbol lookup error: /home/stephan/catkin_ws/devel/lib//libimage_show.so: undefined symbol: _ZN2cv6imshowERKNS_6StringERKNS_11_InputArrayE
According to google a symbol lookup error could be due to an included package that is changed or missing. Do you know how to fix this?
The text was updated successfully, but these errors were encountered: