-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.yml
93 lines (87 loc) · 2.16 KB
/
project.yml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
name: FloatSat
ground:
eventTopic: corfu::eventTopic
telemetryTopic: radioDownTopic # corfu::downlinkTelemetryTopic -> CAUSES GENERATOR ERROR
telecommandTopic: radioUpTopic # corfu::uplinkTelecommandTopic -> CAUSES GENERATOR ERROR
downlinkPort: 8671
uplinkPort: 8672
standardTelemetry:
app: housekeeper
subserviceId: 1
topics:
biasOffsetTopic:
id: 5761
fields:
offset: float
radioUpTopic: # for tests only
id: 2337
type: corfu::Telecommand
radioDownTopic: # for tests only
id: 2447
type: corfu::Telemetry
isStableTopic:
id: 2556
description: If the sat is stable now, ie, if we have a lot of velocity on any axis
fields:
is_stable: bool
attitudeDeterminationTopic:
id: 1001
description: Where we are, and how fast we are, right now
fields:
position: float
velocity: float
desiredMotorSpeedTopic:
id: 1002
description: speed in RPM
fields:
speed: float
desiredStateValueTopic:
id: 1004
description: either Rotation speed, or angel, depending on mode
fields:
value: float
peripheralOnOffTopic:
id: 1005
description: bit Array of on off
fields:
state:
bit_array:
length: 3
imuDataTopic:
id: 2001
description: contains all data published by the IMU -> accelerometer + gyro + magentometer
fields:
accelerometer:
array:
length: 3
type: float
gyroscope:
array:
length: 3
type: float
magnetometer:
array:
length: 3
type: float
sunPositionTopic:
id: 6001
description: contains the position and the offset from (magnetic) zero of the sun
fields:
position: float
offset: float
batteryVoltageTopic:
id: 7001
description: contains the current voltage of the battery as published by the watchdog
fields:
voltage: float
modeTopic:
id: 8001
description: the current satellite mode and submode
fields:
mode: uint8_t
submode: uint8_t
solarCellForbiddenTopic:
id: 6666
description: you shall not solar cell
fields:
is_forbidden: bool