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

rosws problem groovy

asked 2013-12-29 09:14:48 -0500

Mahyar gravatar image

Hi when i use rosws init ~/groovy_workspace /opt/ros/groovy on terminal i got this problem

Traceback (most recent call last):
  File "/usr/bin/rosws", line 54, in <module>
    from rosinstall.common import MultiProjectException
ImportError: No module named commo

i didn’t have any problems on fuerte, How could i fix this? thanks

edit retag flag offensive close merge delete

2 Answers

Sort by » oldest newest most voted
1

answered 2013-12-30 03:20:37 -0500

gvdhoorn gravatar image

updated 2013-12-30 03:21:46 -0500

Depending on the version of python-rosinstall you have installed, this might be related to rosinstall/issues/89.

Some of the classes / scripts rosws uses were moved to another module, but not all the references to those classes were updated. Version 0.7.2 should fix that.

edit flag offensive delete link more

Comments

Make sure you have the latest debian packages and are not using older ones installed via PIP.

tfoote gravatar image tfoote  ( 2013-12-30 11:29:26 -0500 )edit
1

answered 2013-12-29 22:13:47 -0500

Jack Fu gravatar image

try “sudo apt-get install python-rosinstall”

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2013-12-29 09:14:48 -0500

Seen: 168 times

Last updated: Dec 30 '13