Merge pull request #1717 from shiv-tyagi/little_bug

scripts/examples: Fix typo in MAVLink Apriltag example.
This commit is contained in:
Ibrahim Abdelkader 2022-09-07 12:45:54 +02:00 committed by GitHub
commit 8587f8d7c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ MAV_LANDING_TARGET_extra_crc = 200
# http://mavlink.org/messages/common#LANDING_TARGET
# https://github.com/mavlink/c_library_v1/blob/master/common/mavlink_msg_landing_target.h
def send_landing_target_packet(tag, dist_cm, w, h):
def send_landing_target_packet(tag, dist_mm, w, h):
global packet_sequence
temp = struct.pack("<qfffffbb",
0,