selfcheck.py: clarify text

This commit is contained in:
Oleg Kalachev
2020-01-23 23:13:23 +03:00
parent 05464ce767
commit 77f2bc739e

View File

@@ -311,7 +311,7 @@ def check_camera(name):
if not optical or not cable:
info('%s: custom camera orientation detected', name)
else:
info('camera is oriented %s, camera cable goes %s', optical, cable)
info('camera is oriented %s, cable from camera goes %s', optical, cable)
except tf2_ros.TransformException:
failure('cannot transform from base_link to camera frame')