This commit is contained in:
Max Hunt 2020-02-10 17:21:32 +00:00
parent c1ecc6022d
commit c9eec70547

View File

@ -39,7 +39,7 @@ class tf_service():
def gazebo_link_subscriber(self):
rospy.init_node('gazebo_link_subscriber')
# rospy.init_node('gazebo_link_subscriber')
rospy.Subscriber("/gazebo/link_states", LinkStates, self._callback)
# spin() simply keeps python from exiting until this node is stopped
rospy.spin()