Added a logger for flight data.
This commit is contained in:
+10
@@ -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.
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user