ros / console_bridge

A ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages.
BSD 3-Clause "New" or "Revised" License
22 stars 62 forks source link

Tests failing on windows #37

Closed scpeters closed 8 years ago

scpeters commented 8 years ago

I had to disable the appveyor tests in 0d83ff0d11b73b8594bae9adfa634580d0a77fc8 since the test is failing via timeout. When I run it locally, it gives a pop-up saying that the console_bridge dll could not be found. I've tried to fix it https://github.com/scpeters/console_bridge/commit/064642a250c6160ec00e06ae764cf70b280723dd, but it's not quite working yet.

traversaro commented 8 years ago

PR https://github.com/ros/console_bridge/pull/38

scpeters commented 8 years ago

closed by #38