We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7de2c commit b78e6e2Copy full SHA for b78e6e2
MIDAS/src/telemetry_packet.h
@@ -6,7 +6,7 @@
6
#define MAX_TELEM_VOLTAGE_V 6.0f
7
#define MAX_TELEM_CONT_I 0.2f
8
#define MAX_KF_VPOSITION_M 100000.0f // Max vertical position of KF data (m)
9
-#define MAX_KF_LPOSITION_M 100000.0f // Max lateral position of KF data (m)
+#define MAX_KF_LPOSITION_M 50000.0f // Max lateral position of KF data (m)
10
#define MAX_ROLL_RATE_HZ 10.0f
11
#define MAX_ABS_ACCEL_RANGE_G 64
12
#define MAX_KF_XVELOCITY_MS 2000.0f
@@ -43,7 +43,7 @@ struct TelemetryPacket {
43
uint16_t kf_py; // 16 bit meters
44
uint16_t kf_pz; // 16 bit meters
45
46
- uint32_t pyro; // 7 bit continuity x 4 channels, 4 bit unused
+ uint32_t pyro; // 8 bit continuity x 4 channels
47
48
uint8_t roll_rate;
49
uint8_t camera_state;
0 commit comments