Fix simple_offboard

This commit is contained in:
Oleg Kalachev
2017-11-30 03:59:15 +03:00
parent 497182e516
commit 67520c02c9

View File

@@ -272,6 +272,7 @@ def handle(req):
try:
with handle_lock:
stamp = rospy.get_rostime()
current_req = req
current_pub, current_msg = get_publisher_and_message(req, stamp)
rospy.loginfo('Topic: %s, message: %s', current_pub.name, current_msg)