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

rosinstall not working after ROS package upgrade

asked 2018-01-11 09:55:08 -0500

pbeeson gravatar image

updated 2018-01-11 10:14:28 -0500

As of this AM, I updated all the deb packages on my 16.04 machine, and now wstools 0.1.16 does not work. 0.1.12 still does. With 0.1.16, I get this when I run rosws:

$ rosws up
Traceback (most recent call last):
  File "/usr/bin/rosws", line 52, in <module>
    import rosinstall.rosws_cli
  File "/usr/lib/python2.7/dist-packages/rosinstall/__init__.py", line 33, in <module>
    import wstool.helpers
  File "/usr/lib/python2.7/dist-packages/wstool/helpers.py", line 37, in <module>
    from wstool.config_elements import SetupConfigElement
  File "/usr/lib/python2.7/dist-packages/wstool/config_elements.py", line 43, in <module>
    from wstool.config_yaml import PathSpec
  File "/usr/lib/python2.7/dist-packages/wstool/config_yaml.py", line 37, in <module>
    import wstool.config
  File "/usr/lib/python2.7/dist-packages/wstool/config.py", line 35, in <module>
    from wstool.config_elements import AVCSConfigElement, OtherConfigElement, SetupConfigElement
ImportError: cannot import name AVCSConfigElement
edit retag flag offensive close merge delete

Comments

I'm looking into it.

William gravatar image William  ( 2018-01-11 10:15:37 -0500 )edit

Just an observation: rosws was (is?) specifically meant to manage rosbuild workspaces. It's replacement is wstool. A further evolution (which removes even more assumptions about the tools being used with/for ROS, is vcstool.

gvdhoorn gravatar image gvdhoorn  ( 2018-01-11 10:31:27 -0500 )edit
1

@pbeeson, can you answer this with a link to the issue you opened. Please try to keep bug reports to one location. :+1:

William gravatar image William  ( 2018-01-11 10:39:11 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-01-11 19:52:39 -0500

tfoote gravatar image

Debugged and resolved in: https://github.com/vcstools/wstool/is...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-01-11 09:55:08 -0500

Seen: 240 times

Last updated: Jan 11 '18