mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 10:00:35 +08:00
Decimal added for the CAL_ACC[012]* parameters
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user