ROS-PSE / arni

this is the codebase of the Advanced ROS Network Introspection.
BSD 2-Clause "Simplified" License
17 stars 9 forks source link

Processing constantly failing #15

Open matt3o opened 7 years ago

matt3o commented 7 years ago

Arni GUI appears to work correctly, nevertheless the processing node is throwing exceptions. Should be further investigated at least if something doesn't work the way it should..

rosrun arni_processing arni_processing:

[ERROR] [1479987640.316335]: Error processing request: 'n!/host_manager_127_0_0_1'
['Traceback (most recent call last):\n', '  File "/opt/ros/kinetic/lib/python2.7/dist-packages/rospy/impl/tcpros_service.py", line 623, in _handle_request\n    response = convert_return_to_response(self.handler(request), self.response_class)\n', '  File "/home/matteo/catkin_ws/src/arni/arni_processing/src/arni_processing/monitoring_node.py", line 223, in storage_server\n    if rospy.Time.now() >= self.__alive_countdown[container.identifier] + self.__alive_timers[container.identifier]:\n', "KeyError: 'n!/host_manager_127_0_0_1'\n"]