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

Savvas's profile - activity

2013-05-21 05:18:51 -0500 received badge  Stellar Question (source)
2013-04-29 01:30:26 -0500 received badge  Great Question (source)
2012-08-18 11:40:41 -0500 received badge  Famous Question (source)
2012-08-01 21:26:53 -0500 received badge  Notable Question (source)
2012-07-22 09:03:40 -0500 received badge  Popular Question (source)
2012-07-18 05:46:54 -0500 received badge  Good Question (source)
2012-07-16 06:05:55 -0500 received badge  Favorite Question (source)
2012-07-16 06:05:49 -0500 received badge  Nice Question (source)
2012-07-12 22:51:25 -0500 commented answer Fuerte turtlebot simulator Ubuntu 12.04 precise

Thank you very much for this. Indeed this fixed the problem.

2012-07-12 22:48:32 -0500 received badge  Scholar (source)
2012-07-12 02:46:45 -0500 received badge  Student (source)
2012-07-10 08:10:53 -0500 asked a question Fuerte turtlebot simulator Ubuntu 12.04 precise

Hi,

I am having a hard time running the turtlebot simulator with ros-fuerte on Ubuntu precise 12.04. I used to run the simulator without any problems with Ubuntu Lucid and ros-electric. It seems to be an issue with the gazebo server and the boost libraries. More specifically, after issuing:

roslaunch turtlebot_gazebo turtlebot_empty_world.launch

I get the following error:

waiting for service spawn_urdf_model gzserver: /usr/include/boost/smart_ptr/shared_ptr.hpp:418: T* boost::shared_ptr<t>::operator->() const [with T = urdf::Inertial]: Assertion `px != 0' failed.

Service call failed: transport error completing service call: unable to receive data from sender, check sender's logs for details

Aborted (core dumped)

I have observed the same behavior on 3 different 12.04 machines (Ububtu, lubuntu, Xubuntu). Is this a known problem for fuerte-precise turtlebot simulator or am I doing sth wrong? Note that stripping down the turtlebot urdf to just the create base seems to work - but that's definitely not a solution.