strands-project / mongodb_store

MongoDB tools for storing and analysing runs of ROS systems.
BSD 3-Clause "New" or "Revised" License
49 stars 72 forks source link

[mongodb_store/message_store.py] suppress infinite error output when shutdown without finding mongodb service #146

Closed furushchev closed 8 years ago

furushchev commented 8 years ago

rospy.wait_for_service returns instantly when shutdown the node. If shutdown is requested when still the node waits for service in infinite loop, enormous logerr are shown at Exception below.

strands-jenkins commented 8 years ago

Can one of the STRANDS admins verify this patch? Post a comment containing "ok to test" to enable Jenkins builds for this pull request.

marc-hanheide commented 8 years ago

makes lots of sense, indeed.