rviz not working [closed]
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
What version of boost did you install?
dpkg -s libboost-dev | grep 'Version' Version: 1.48.0.2
Would you try 1.49? I believe this was the version of boost used in the development process.
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.