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

Testing disappearing Topics #38

Closed asmodehn closed 7 years ago

asmodehn commented 8 years ago

Need to find a work around for : https://github.com/ros/ros_comm/issues/111

asmodehn commented 8 years ago

There are now tricks in Pyros interfacing to get it to work as expected. Only problem left seems to be rospy spam the log with warnings.

asmodehn commented 8 years ago

Couldnt find a workaround for the log spam. It seems to be a small race condition in rospy, that doesnt affect the system in any way. Closing.

asmodehn commented 8 years ago

I can confirm this is actually still broken. Running some tests one after the other will fail because topic is still listed on master.

asmodehn commented 7 years ago

This is probably fixed in 0.3.0 since I didnt see the problem any more. closing. Feel free to reopen if it shows up again...