Skip to content

Commit 072df7e

Browse files
danielkalmansonvooon
authored andcommitted
Update mavlink.py
Kept #569 FIXME tag
1 parent ed35d19 commit 072df7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mavros/mavros/mavlink.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def convert_to_rosmsg(
127127
msgid=hdr.msgId,
128128
checksum=mavmsg.get_crc(),
129129
payload64=convert_to_payload64(mavmsg.get_payload()),
130-
signature=[],
130+
signature=[], # FIXME #569
131131
)
132132

133133
else:

0 commit comments

Comments
 (0)