Added a logger for flight data.

This commit is contained in:
2026-05-20 11:52:05 -07:00
parent 6dd14708bc
commit 6822923238
5 changed files with 155 additions and 3 deletions
+10
View File
@@ -1,3 +1,12 @@
// ═══════════════════════════════════════════════════════════
// maneuver.ks
// Utility functions related to maneuvers.
//
// Usage:
// executeNode(nd: node)
// ═══════════════════════════════════════════════════════════
// #include staging
run once staging.
function executeNode {
@@ -59,6 +68,7 @@ function executeNode {
lock throttle to min(1, dvLive:mag / maxAcc).
}
if defined UPDATE_LOG { UPDATE_LOG(). }
wait 0.
}