Andrew Tridgell
2157dd7934
Tools: added required fields for libraries
...
there are 7 missing at the moment:
missing parameter metadata field 'Description' in ARSPD_USE
missing parameter metadata field 'Description' in ARSPD_OPTIONS
missing parameter metadata field 'Description' in ARSPD2_USE
missing parameter metadata field 'Description' in ARSPD2_AUTOCAL
missing parameter metadata field 'Description' in ADSB_OPTIONS
missing parameter metadata field 'Description' in Q_LOIT_ANG_MAX
missing parameter metadata field 'Description' in Q_WVANE_HGT_MIN
3 years ago
Peter Barker
c18c4ad6ec
Tools: param_metadata: remove use of dirname when creating Vehicle
...
So a Vehicle object takes a truename - i.e. Copter, not ArduCopter, but
can also take a "reference", which is used for e.g. constructing RST
tags.
4 years ago
Pierre Kancir
409177d22a
Tools: remove duplicate kg/m.m
4 years ago
Iampete1
6f92e6298a
Tools: add Kg/m.m to param units
4 years ago
Dr.-Ing. Amilcar do Carmo Lucas
fb8e1f4b9d
Tools: Added support for 1/s and kg/m/m parameter units
4 years ago
bugobliterator
c02c500ac5
param_metadata: add microseconds under known param type
5 years ago
murata
2e69317c2c
Tools: Change the unit of barometric pressure from mbar to hPa.
5 years ago
Iampete1
579227d27a
Tools: param.py add MB
5 years ago
Peter Barker
16f4d33d00
Tools: add known Calibration tag to apm.pdef.xml
...
this will allow a GCS to hide anything that a user should never
ordinarily have to see in terms of calibration parameters
5 years ago
bnsgeyer
6074b1b7c9
Tools: add RPM to units list
5 years ago
Pierre Kancir
4f35992049
Tools: make param_parse.py error more explicit
...
Signed-off-by: Pierre Kancir <pierre.kancir@azurdrones.com>
6 years ago
Michael du Breuil
177c4c2d44
Tools: Accept mAh as a unit
7 years ago
Tom Pittenger
c59be8bafe
Tools: add "octal" param unit
7 years ago
Peter Barker
cb2e3424ee
Tools: add kilobytes as known unit
7 years ago
Randy Mackay
8186ce0d32
Tools: add deg/s/s to valid parameter units
7 years ago
Peter Barker
825832be93
Tools: param_parse.py: add a map for vehicle name to a true-name to be used in code
...
Where true-name is something like "Rover" and the normal name remains
the directory name (e.g. "APMrover2")
7 years ago
Randy Mackay
19af2f7d1d
Tools: add decibel as valid param Unit
7 years ago
Michael du Breuil
31924e46d3
Tools: Parameters: Permit kHz as a unit
8 years ago
Dr.-Ing. Amilcar Do Carmo Lucas
023e3b6e30
Tools: Add comments explaining why a couple of units are not SI
8 years ago
Dr.-Ing. Amilcar Do Carmo Lucas
02e7c49394
Tools: remove non-ASCII characters in comments, Travis chokes on them
8 years ago
Dr.-Ing. Amilcar Do Carmo Lucas
d7c7deacdf
Tools: Follow SI units conventions
...
http://physics.nist.gov/cuu/Units/units.html
http://physics.nist.gov/cuu/Units/outside.html
and
http://physics.nist.gov/cuu/Units/checklist.html
http://www.bipm.org/en/publications/si-brochure/
http://www1.bipm.org/en/CGPM/db/3/2/ g_n unit for G-force
one further constrain is that only printable (7bit) ASCII characters are allowed
Add a validation so that Travis can validate the units
Use full text unit information when generating .wiki, .rst and .html documentation
Use both unit symbol and unit full text when generating .xml
8 years ago
Pierre Kancir
9e1ffcae5d
Tools: update python coding style
...
Tools: update PrintVersion.py coding style
autotest: update python coding style
pysim: update python coding style
jsb_sim: update Python coding style
param_metadata: update Python coding style
9 years ago
Don Gagne
cae7ea0d13
Add @Volatile , @ReadOnly support
9 years ago
Randy Mackay
fbec1e63ad
autotest: fix typo in Bitmask keyword for autodocs
10 years ago
Randy Mackay
7c851b781b
autotest: allow Bitmask keyword in autodocs
10 years ago
Andrew Tridgell
337cd3d4a7
autotest: allow RebootRequired keyword in autodocs
10 years ago
Andrew Tridgell
5818dce3d2
param_metadata: fixed parameter parsing for multi-parameter objects
...
also adds more error checking
12 years ago
Andreas M. Antonopoulos
453c1677b5
parameter metadata -> wiki, bug fixes
13 years ago
Andreas M. Antonopoulos
c4b59a89da
parameter metadata parser and wiki generator
13 years ago