mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-07-26 16:28:06 +08:00
generate_actuators_metadata: minor additions (index_offset, item_label_prefix)
This commit is contained in:
@@ -539,6 +539,13 @@ mixer:
|
||||
oneof:
|
||||
- type: string
|
||||
- type: integer
|
||||
item_label_prefix:
|
||||
# optional per-item label prefix list or (indexed) string
|
||||
oneof:
|
||||
- type: list
|
||||
schema:
|
||||
type: string
|
||||
- type: string
|
||||
parameters:
|
||||
type: list
|
||||
minlength: 1
|
||||
@@ -556,6 +563,8 @@ mixer:
|
||||
schema:
|
||||
# position param names
|
||||
type: string
|
||||
index_offset:
|
||||
type: integer
|
||||
extra:
|
||||
type: list
|
||||
schema: *mixer_parameter
|
||||
|
||||
Reference in New Issue
Block a user