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

"Exception AttributeError" on roscore launch

asked 2012-08-24 14:08:21 -0500

David Kaczynski gravatar image

updated 2014-01-28 17:13:26 -0500

ngrennan gravatar image

I am receiving an error messages when I run roscore from the command line on Ubuntu 12.04. Whatever the cause, I was still able to functionally complete the beginner's section of the tutorial page.

I installed ROS (as per the installation instructions), and I set the environment variables for a single-machine network setup.

The following is the output after executing roscore from the command line:

 developer@developer-VirtualBox:~/fuerte_workspace$ roscore
 ... logging to /home/developer/.ros/log/2de0d828-ee47-11e1-a20c-080027500e36/roslaunch-developer-VirtualBox-27454.log
 Checking log directory for disk usage. This may take awhile.
 Press Ctrl-C to interrupt
 Done checking log file disk usage. Usage is <1GB.

 started roslaunch server http://developer-VirtualBox:55585/
 ros_comm version 1.8.10

 SUMMARY
 ========

 PARAMETERS
  * /rosdistro
  * /rosversion

 NODES

 auto-starting new master
 Exception AttributeError: AttributeError("'_DummyThread' object has no attribute '_Thread__block'",) in      <module 'threading' from '/usr/lib/python2.7/threading.pyc'> ignored
 process[master]: started with pid [27470]
 ROS_MASTER_URI=http://developer-VirtualBox:11311/

 setting /run_id to 2de0d828-ee47-11e1-a20c-080027500e36
 Exception AttributeError: AttributeError("'_DummyThread' object has no attribute '_Thread__block'",) in      <module 'threading' from '/usr/lib/python2.7/threading.pyc'> ignored
 process[rosout-1]: started with pid [27483]
 started core service [/rosout]

Does anyone know how to resolve this exception?

Thank you.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-08-24 14:25:39 -0500

rlinsalata gravatar image
edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-08-24 14:08:21 -0500

Seen: 942 times

Last updated: Aug 24 '12