forked from Archive/PX4-Autopilot
Decimal added for the CAL_ACC[012]* parameters
This commit is contained in:
parent
b6ab7f159f
commit
241bcc863b
|
@ -14,6 +14,7 @@ parameters:
|
|||
category: System
|
||||
type: int32
|
||||
default: 0
|
||||
decimal: 3
|
||||
num_instances: *max_num_sensor_instances
|
||||
instance_start: 0
|
||||
|
||||
|
@ -31,6 +32,7 @@ parameters:
|
|||
75: High
|
||||
100: Max
|
||||
default: -1
|
||||
decimal: 3
|
||||
num_instances: *max_num_sensor_instances
|
||||
instance_start: 0
|
||||
|
||||
|
@ -97,6 +99,7 @@ parameters:
|
|||
type: float
|
||||
default: 0.0
|
||||
unit: m/s^2
|
||||
decimal: 3
|
||||
volatile: true
|
||||
num_instances: *max_num_sensor_instances
|
||||
instance_start: 0
|
||||
|
@ -108,6 +111,7 @@ parameters:
|
|||
type: float
|
||||
default: 0.0
|
||||
unit: m/s^2
|
||||
decimal: 3
|
||||
volatile: true
|
||||
num_instances: *max_num_sensor_instances
|
||||
instance_start: 0
|
||||
|
@ -119,6 +123,7 @@ parameters:
|
|||
type: float
|
||||
default: 0.0
|
||||
unit: m/s^2
|
||||
decimal: 3
|
||||
volatile: true
|
||||
num_instances: *max_num_sensor_instances
|
||||
instance_start: 0
|
||||
|
@ -129,6 +134,7 @@ parameters:
|
|||
category: System
|
||||
type: float
|
||||
default: 1.0
|
||||
decimal: 3
|
||||
min: 0.1
|
||||
max: 3.0
|
||||
volatile: true
|
||||
|
@ -141,6 +147,7 @@ parameters:
|
|||
category: System
|
||||
type: float
|
||||
default: 1.0
|
||||
decimal: 3
|
||||
min: 0.1
|
||||
max: 3.0
|
||||
volatile: true
|
||||
|
@ -153,6 +160,7 @@ parameters:
|
|||
category: System
|
||||
type: float
|
||||
default: 1.0
|
||||
decimal: 3
|
||||
min: 0.1
|
||||
max: 3.0
|
||||
volatile: true
|
||||
|
|
Loading…
Reference in New Issue