mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Merge pull request #1717 from shiv-tyagi/little_bug
scripts/examples: Fix typo in MAVLink Apriltag example.
This commit is contained in:
commit
8587f8d7c6
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user