mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
scripts/examples: Fix typo in MAVLINK Apriltag example.
This commit is contained in:
parent
279d2071b7
commit
9a95bdbead
@ -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