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

Error in turtlebot_simulator at gazebo_ros_create

asked 2012-06-15 00:12:39 -0500

zorianovixh gravatar image

updated 2014-01-28 17:12:41 -0500

ngrennan gravatar image

I'm trying to run the turtlebot_simulator on Ubuntu Precise with Fuerte, which used to work, but now Gazebo crashes with this error:

Service call failed: transport error completing service call: unable to receive data from sender, check sender's logs for details Segmentation fault (core dumped)

In the log spawn_turtlebot_model-4.log I get:

[rospy.internal][WARNING] 2012-06-15 11:53:02,280: Unknown error initiating TCP/IP socket to ivan-MacBookPro:58025 (http://ivan-MacBookPro:39830/): Traceback (most recent call last): File "/opt/ros/fuerte/lib/python2.7/dist-packages/rospy/impl/tcpros_base.py", line 511, in connect self.socket.connect((dest_addr, dest_port)) File "/usr/lib/python2.7/socket.py", line 224, in meth return getattr(self._sock,name)(*args) error: [Errno 111] Connection refused

I commented the Gazebo plugin startup of gazebo_ros_create in turtlebot_description/urdf/turtlebot_body.urdf.macro

!--turtlebot_sim_create/--

and now the robot can spawn.

Any idea of what is happening?

EDIT: I still have this problem with the latest updates and it also happens on Ubuntu 11.10 and (also) Fuerte.

Obviously commenting out the create plugin for gazebo is not really a solution, since I lose the odometry, etc.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-07-16 04:54:18 -0500

I was having a similar issue and found that I could "resolve" it with the answer to this post:

http://answers.ros.org/question/38465/fuerte-turtlebot-simulator-ubuntu-1204-precise/

It does seem, again, like a temporary solution but I think you can get the odometry back in the meanwhile.

edit flag offensive delete link more

Question Tools

3 followers

Stats

Asked: 2012-06-15 00:12:39 -0500

Seen: 1,447 times

Last updated: Jul 16 '12