rospy.Subscriber
Hello,
Is it necessarily to have a def callback
in the rospy.Subscriber? I am asking because I came across one question here. In that question, the asker uses a Subscribe method without def callback
.
Thank you