You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Stefan Rado 49cc0bd162 Explicitly treat all files as UTF-8. 11 years ago
..
.gitignore Fixes for Python 3 and refactoring: Merge generic Output class into specialized output classes as some need to write files in binary mode. 11 years ago
README.md Parameters list generator 11 years ago
output_dokuwiki_listings.py Explicitly treat all files as UTF-8. 11 years ago
output_dokuwiki_tables.py Explicitly treat all files as UTF-8. 11 years ago
output_xml.py Explicitly treat all files as UTF-8. 11 years ago
px_process_params.py Fixes for Python 3 and refactoring: Merge generic Output class into specialized output classes as some need to write files in binary mode. 11 years ago
scanner.py Explicitly treat all files as UTF-8. 11 years ago
srcparser.py Fixes for Python 3: Use sorted() with key parameter instead of deprecated (and removed) cmp() function. 11 years ago
xmlrpc.sh Fixes for Python 3 and refactoring: Merge generic Output class into specialized output classes as some need to write files in binary mode. 11 years ago

README.md

h1. PX4 Parameters Processor

It's designed to scan PX4 source codes, find declarations of tunable parameters, and generate the list in various formats.

Currently supported formats are:

  • XML for the parametric UI generator
  • Human-readable description in DokuWiki format