This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defn roll | |
"Roll the Crew Dragon left or right (CCW or CW)." | |
([driv dir max-roll-rate] | |
(if (or | |
(< (math/abs (@tel/telem :roll-rate)) max-roll-rate) | |
(and | |
(pos? (@tel/telem :roll-rate)) (= dir "left")) | |
(and | |
(neg? (@tel/telem :roll-rate)) (= dir "right"))) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
image:path.svg?style=svg["Alt", link="link"] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo nvram StartupMute=%00 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.neonHeader { | |
filter: drop-shadow(0px 0px 10px #ff0000); | |
} |
NewerOlder