ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I didn't realize that the topic name for the subscriber (a string) should match exactly the topic of interest being published. The credit should go to @joq for giving me a great hint to debug this issue.
2 | No.2 Revision |
I didn't realize that the topic name for the subscriber (a string) should has to match exactly the topic of interest being published. The credit should go to @joq for giving me a great hint to debug this issue.
3 | No.3 Revision |
I didn't realize that the topic name for the subscriber (a string) has to match exactly the topic of interest being published. When I analyze the thing in rxgraph, the topic of interest is never subscribed by any nodes. From there I started to think that the published and subscribed topic might have to be identical. And, after changing it, it worked. The credit should go to @joq for giving me a great hint to debug this issue.
4 | No.4 Revision |
I didn't realize that the topic name for the subscriber (a string) has to match exactly the topic of interest being published. Previously, I thought only types of them have to be the same. When I analyze the thing in rxgraph, the topic of interest is never subscribed by any nodes. From there I started to think that the published and subscribed topic might have to be identical. And, after changing it, it worked. The credit should go to @joq for giving me a great hint to debug this issue.