-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathparams.yaml
More file actions
36 lines (31 loc) · 705 Bytes
/
params.yaml
File metadata and controls
36 lines (31 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
uavcan.node.id:
type: integer
min: 0
max: 127
default: 50
flags: mutable
enum: PARAM_NODE_ID
uavcan.can.baudrate:
type: integer
min: 100000
max: 8000000
default: 1000000
flags: immutable
enum: PARAM_CAN_BAUDRATE
system.description:
type: string
default: "Unknown"
flags: mutable
enum: PARAM_SYSTEM_DESCRIPTION
uavcan.pub.baro.press:
type: Port
data_type: uavcan.si.sample.pressure.Scalar
enum_base: PARAM_BARO_PRESSURE
uavcan.pub.baro.temp:
type: Port
data_type: uavcan.si.sample.temperature.Scalar
enum_base: PARAM_BARO_TEMPERATURE
uavcan.pub.mag:
type: Port
data_type: uavcan.si.sample.magnetic_field_strength.Vector3
enum_base: PARAM_MAGNETOMETER