Julien Lecoeur
|
343cf5603e
|
initial control allocation support
- control allocation module with multirotor, VTOL standard, and tiltrotor support
- angular_velocity_controller
- See https://github.com/PX4/PX4-Autopilot/pull/13351 for details
Co-authored-by: Silvan Fuhrer <silvan@auterion.com>
Co-authored-by: Roman Bapst <bapstroman@gmail.com>
|
2021-01-18 11:25:37 -05:00 |
|
Nicolas Martin
|
948bed6b5c
|
fix ekf2 saved mag bias comments (mGauss -> Gauss)
|
2020-10-26 00:43:20 -04:00 |
|
Hamish Willee
|
d91d7e3282
|
parameter markdown table - remove styling
|
2020-10-22 08:05:41 +02:00 |
|
Hamish Willee
|
979243f38f
|
params: make parameter units more consistent (#15502)
|
2020-08-24 11:33:08 +02:00 |
|
Hamish Willee
|
8c6bb697d8
|
Update json param field names
|
2020-08-05 07:35:01 +02:00 |
|
Hamish Willee
|
958d5a36ec
|
params: generate param metadata as MAVLink-compatible JSON component info (#15389)
|
2020-08-03 12:00:37 +02:00 |
|
Hamish Willee
|
4ade24869f
|
parameters: move XML injection to the group level (#15403)
So that they are also in the markdown and json output.
|
2020-07-24 13:45:53 +02:00 |
|
Christian Clauss
|
6dc55f97d4
|
More fixes for Python 3 compatibility (#13008)
* More fixes for Python 3 compatibility
* Workaround if the six module is not pip installed
* Lose the semicolons
|
2019-12-19 02:05:55 -08:00 |
|
Hamish Willee
|
564b29c0f8
|
Fix incorrect default for parser
|
2019-10-24 19:00:17 -07:00 |
|
Hamish Willee
|
a904f78fad
|
Parameter parser/markdown includes boolean flag
|
2019-10-24 19:00:17 -07:00 |
|
Hamish Willee
|
94ef585f76
|
Link to missing params docs
|
2019-09-11 09:17:00 -04:00 |
|
Daniel Agar
|
38aa9a20f6
|
parameters delete unused scope
|
2018-09-23 13:56:04 -04:00 |
|
Hamish Willee
|
dc878f43a8
|
Param docs explain how create (#10439)
This adds text to markdown output to explain how params are generated
|
2018-09-10 09:38:41 -04:00 |
|
Daniel Agar
|
a7f3012c1c
|
delete all dokuwiki helpers
|
2018-08-08 14:07:59 -04:00 |
|
Daniel Agar
|
ea3acb7121
|
cmake remove circular linking and reorganize
- px4_add_module now requires MAIN
- px4_add_library doesn't automatically link
|
2018-04-29 21:48:54 -04:00 |
|