|
|
@ -16,7 +16,7 @@ class ModuleDocumentation(object): |
|
|
|
valid_categories = ['driver', 'estimator', 'controller', 'system', |
|
|
|
valid_categories = ['driver', 'estimator', 'controller', 'system', |
|
|
|
'communication', 'command', 'template', 'simulation', 'autotune'] |
|
|
|
'communication', 'command', 'template', 'simulation', 'autotune'] |
|
|
|
valid_subcategories = ['', 'distance_sensor', 'imu', 'airspeed_sensor', |
|
|
|
valid_subcategories = ['', 'distance_sensor', 'imu', 'airspeed_sensor', |
|
|
|
'magnetometer', 'baro', 'optical_flow'] |
|
|
|
'magnetometer', 'baro', 'optical_flow', 'rpm_sensor'] |
|
|
|
|
|
|
|
|
|
|
|
max_line_length = 80 # wrap lines that are longer than this |
|
|
|
max_line_length = 80 # wrap lines that are longer than this |
|
|
|
|
|
|
|
|
|
|
|