This repository was archived by the owner on May 19, 2023. It is now read-only.

Description
Symptom
ConcertChecker is wrapping for easily searching concert information. It get concert information via creating ros node and subscribing specific topic and then ros node created this process is shutdown after getting concert infomation. However, if some error( especially timeout error) is happened in this process, ros node can not be terminated and Concert checker is received following error when it again tried to getting concert information.
I/Registrar﹕ MasterXmlRpcEndpoint URI: http://192.168.10.32:11311
I/Registrar﹕ Registering publisher: Publisher<PublisherDefinition<PublisherIdentifier<NodeIdentifier</master_info_node, http://192.168.10.51:42322/>, TopicIdentifier</rosout>>, Topic<TopicIdentifier</rosout>, TopicDescription<rosgraph_msgs/Log, acffd30cd6b6de30f120938c17c593fb>>>>
I/Registrar﹕ Response<Success, Registered [/master_info_node] as publisher of [/rosout], [http://192.168.10.32:55680/]>
I/DefaultPublisher﹕ Publisher registered: Publisher<PublisherDefinition<PublisherIdentifier<NodeIdentifier</master_info_node, http://192.168.10.51:42322/>, TopicIdentifier</rosout>>, Topic<TopicIdentifier</rosout>, TopicDescription<rosgraph_msgs/Log, acffd30cd6b6de30f120938c17c593fb>>>>
Solution