rviz not working [closed]

asked 2013-06-15 04:48:20 -0500

poluf gravatar image

updated 2013-06-15 12:48:30 -0500

prasanna.kumar gravatar image

on ubuntu 12.04 with groovy, when launching rosrun rviz rviz, I get :

[ INFO] [1371307046.097258299]: rviz version 1.9.30
[ INFO] [1371307046.097487554]: compiled against OGRE version 1.7.4 (Cthugha)
Traceback (most recent call last):
................... [and the end of the message is : ]
AttributeError: 'module' object has no attribute 'pydebug'
rviz: /usr/include/boost/thread/pthread/mutex.hpp :47 : boost::mutex::~mutex():  L'assertion « !pthread_mutex_destroy(&m) » a échoué.
Abandon (core dumped)

IS IT A PROBLEM WITH MY PYTHON VERSION ?? Thanks in advance

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2013-08-13 07:30:52

Comments

1

What version of boost did you install?

Artem gravatar image Artem  ( 2013-06-15 17:08:16 -0500 )edit

dpkg -s libboost-dev | grep 'Version' Version: 1.48.0.2

poluf gravatar image poluf  ( 2013-06-16 10:47:28 -0500 )edit

Would you try 1.49? I believe this was the version of boost used in the development process.

Artem gravatar image Artem  ( 2013-06-16 17:23:37 -0500 )edit

Hello, did anyone find a solution to these problems. I am having trouble rosmaking my packages and get the same error as above. I'm on Ubuntu 12.04 LTS, ros Groovy. Tried installing libboost 1.49 but that's not in my apt-get. Manual install did not change the dpkg result.

Gullydwarf gravatar image Gullydwarf  ( 2014-02-20 23:21:45 -0500 )edit