Definisi wait_for_message
while not rospy.is_shutdown():
msg = rospy.wait_for_message(..)
...
ChienDuong
while not rospy.is_shutdown():
msg = rospy.wait_for_message(..)
...