Skip to content

Commit

Permalink
Merge pull request #45 from osrf/issue_45
Browse files Browse the repository at this point in the history
Unknown capability instance: ''
  • Loading branch information
wjwwood committed Feb 8, 2014
2 parents babb952 + 83d3d97 commit dc7f626
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/capabilities/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,9 @@ def _handle_capability_events(self, event):
# Ignore any publications which we did not send (external publishers)
if event._connection_header['callerid'] != rospy.get_name():
return # pragma: no cover
# Ignore the `server_ready` event
if event.type == event.SERVER_READY:
return
# Update the capability
capability = event.capability
with self.__graph_lock:
Expand Down

0 comments on commit dc7f626

Please sign in to comment.