selfcheck.py: remove timestamps from selfcheck reports

This commit is contained in:
Oleg Kalachev
2021-11-19 09:46:46 +03:00
parent 9231679353
commit fc99269404

View File

@@ -43,6 +43,8 @@ from mavros import mavlink
rospy.init_node('selfcheck')
os.environ['ROSCONSOLE_FORMAT']='[${severity}]: ${message}'
tf_buffer = tf2_ros.Buffer()
tf_listener = tf2_ros.TransformListener(tf_buffer)