selfcheck.py: minor fix

This commit is contained in:
Oleg Kalachev
2022-10-30 05:10:54 +06:00
parent b855c4586a
commit b41cb6b581

View File

@@ -356,7 +356,7 @@ def check_aruco():
known_tilt += ' (ALL markers are on the floor)'
elif known_tilt == 'map_flipped':
known_tilt += ' (ALL markers are on the ceiling)'
info('aruco_detector/known_tilt = %s', known_tilt)
info('aruco_detect/known_tilt = %s', known_tilt)
try:
rospy.wait_for_message('aruco_detect/markers', MarkerArray, timeout=1)
except rospy.ROSException: