Skip to content

Commit

Permalink
Tools: parameters: mdemit: stop hiding usable params (Sub)
Browse files Browse the repository at this point in the history
  • Loading branch information
ES-Alexander authored and tridge committed Dec 17, 2022
1 parent 9f1c4df commit 3b760d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/autotest/param_metadata/mdemit.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
OFFSET = '#' if os.getenv('BRDOC') else ''

# Parameter groups disabled at compile time (Vehicle-specific)
sub_blacklist = ['AVOID_', 'CIRCLE_', 'FLOW', 'MIS_', 'PRX', 'RALLY_', 'RCMAP_', 'RPM', 'TERRAIN_', 'WPNAV_']
sub_blacklist = ['RCMAP_', 'TERRAIN_']

# Parameter groups with redundant information (ie RCn_, SERVOn_)
# We can keep the documentation concise by only documenting these once
Expand Down Expand Up @@ -46,7 +46,7 @@ def __init__(self, *args, **kwargs):
toc = true
top = false""" % now

self.preamble = """\nThis is a complete list of the parameters which can be set via the MAVLink protocol in the EEPROM of your autopilot to control vehicle behaviour. This list is automatically generated from the latest ardupilot source code, and so may contain parameters which are not yet in the stable released versions of the code. Some parameters may only be available for developers, and are enabled at compile-time."""
self.preamble = """\nThis is a complete list of the parameters which can be set via the MAVLink protocol in the EEPROM of your autopilot to control vehicle behaviour. Some parameters may only be available for developers, and are enabled at compile-time."""
self.t = ''

def close(self):
Expand Down

0 comments on commit 3b760d4

Please sign in to comment.