rospy.wait_for_message just hangs
there is no exception or anything, rospy.wait_for_message
just hangs, and no result is returned, and no subsequent code is executed. running
rostopic echo /my_topic
is able to yield result. Someone can provide an example of how to use wait_fo_message?