pyros-dev / pyros

Python interfacing for multiprocess software - A Python blanket for ROS to hide inside
BSD 3-Clause "New" or "Revised" License
25 stars 4 forks source link

Odd import error #57

Closed stonier closed 8 years ago

stonier commented 8 years ago

The code here looks ok, but it triggers a failed import when running (gocart_sim.launch):

[2016-01-29 15:55:35,120: WARNING/MainProcess] Error: could not import RoconInterface - disabling. No module named roconinterface.rocon_interface
WARNING:root:Error: could not import RoconInterface - disabling. No module named roconinterface.rocon_interface
asmodehn commented 8 years ago

This is an internal warning of pyros. Since I haven't kept all the rocon things uptodate, the rocon part of pyros (rapp + interactions handling) fails and disables itself.

I have been thinking about dropping it. Gopher is not using it anyway. And it could be done in another project, using pyros underneath.

asmodehn commented 8 years ago

Planning to drop rocon support https://github.com/asmodehn/pyros/issues/61