ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

ROS base - rviz

asked 2012-04-18 02:16:39 -0500

Janina gravatar image

Can I install/start rviz, when I only have installed ROS base (Ubunto 10.04, electric)?

edit retag flag offensive close merge delete

4 Answers

Sort by ยป oldest newest most voted
3

answered 2012-04-18 02:28:10 -0500

michikarg gravatar image

You should install the ROS visualization stack if you want to use RVIZ:

sudo apt-get install ros-electric-visualization

You could basically also checkout RVIZ source and manually install all dependencies but i think you really should NOT do this...

edit flag offensive delete link more
1

answered 2012-04-18 02:57:57 -0500

michikarg gravatar image

updated 2012-04-18 02:58:08 -0500

This problem might be caused by Ogre or OpenGL. You can check:

http://www.ros.org/wiki/rviz/Troubleshooting

for Troubleshooting (especially section 3.4 might be of interest for you).

edit flag offensive delete link more
0

answered 2012-04-18 02:39:22 -0500

Janina gravatar image

updated 2012-04-18 02:40:08 -0500

Thank you!

I install this stack, but when I like to start rviz with "rosrun rviz rviz" I get following information:

INFO [1334752437.645123296]: rviz revision number 1.6.7 INFO [1334752437.645302342]: ogre_tools revision number 1.6.2 INFO [1334752437.645396558]: compiled against OGRE version 1.7.3 (Cthugha) INFO [1334752437.714417048]: Loading general config from [/home/janina/.rviz/config] INFO [1334752437.714674451]: Loading display config from [/home/janina/.rviz/display_config] INFO [1334752437.757203727]: RTT Preferred Mode is PBuffer. INFO [1334752437.953380257]: Texture for pass 0: creating with size 1 x 1 Segmentation fault

Why do not start rviz?

edit flag offensive delete link more
0

answered 2012-04-18 03:04:29 -0500

Janina gravatar image

Thank you!! It works.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-04-18 02:16:39 -0500

Seen: 854 times

Last updated: Apr 18 '12