librviz tutorial fails with exception - Could not load pixmap

asked 2018-02-19 00:26:45 -0500

firim gravatar image

updated 2018-02-19 00:55:37 -0500

Hello I am trying to run the librviz_tutorial code (myviz example) on Ubuntu 16.04 with QT. (Kinetic)

(Link to tutorial code github page: http://wiki.ros.org/librviz_tutorial ) (Link to actual tutorial: http://docs.ros.org/kinetic/api/librv... )

I get following exception and program terminates.

Note that I indeed have the pixmap in correct location ('/opt/ros/kinetic/share/rviz/icons/rotate.svg').

Any suggestions?


EXCEPTION:

Starting /home/fatih/PROJECTS/RVIZ-TUTORIAL/visualization_tutorials/librviz_tutorial/debug-build/devel/lib/librviz_tutorial/myviz...
[ERROR] [1519021558.665047843]: Could not load pixmap '/opt/ros/kinetic/share/rviz/icons/rotate.svg'
[ INFO] [1519021558.366312563]: Stereo is NOT SUPPORTED
[ INFO] [1519021558.366617911]: OpenGl version: 3 (GLSL 1.3).
[ERROR] [1519021558.665250818]: Could not load pixmap 'package://rviz/icons/rotate.svg' -- using default cursor instead.
terminate called without an active exception
The program has unexpectedly finished.
/home/fatih/PROJECTS/RVIZ-TUTORIAL/visualization_tutorials/librviz_tutorial/debug-build/devel/lib/librviz_tutorial/myviz crashed.
edit retag flag offensive close merge delete

Comments

Can you please update your question with a link to the tutorial that you're referring to?

jayess gravatar image jayess  ( 2018-02-19 00:43:15 -0500 )edit