Skip to content

Commit

Permalink
Update mavlink.py
Browse files Browse the repository at this point in the history
Kept mavlink#569 FIXME tag
  • Loading branch information
danielkalmanson committed May 15, 2024
1 parent 6349dae commit 8d36e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mavros/mavros/mavlink.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def convert_to_rosmsg(
msgid=hdr.msgId,
checksum=mavmsg.get_crc(),
payload64=convert_to_payload64(mavmsg.get_payload()),
signature=[],
signature=[], # FIXME #569
)

else:
Expand Down

0 comments on commit 8d36e87

Please sign in to comment.