mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
systemcmds/topic_listener: remove excludes
- this is a bit wasteful, but we can afford it for now everywhere listener is enabled
This commit is contained in:
parent
c8dfcf7f0d
commit
d33a48eb24
@ -12,9 +12,6 @@ import re
|
||||
|
||||
raw_messages = sys.argv[2:]
|
||||
|
||||
# large and not worth printing
|
||||
raw_messages = [x for x in raw_messages if not any(exception in x for exception in ['qshell_req', 'ulog_stream', 'gps_inject_data', 'gps_dump'])]
|
||||
|
||||
messages = []
|
||||
topics = []
|
||||
message_elements = []
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user