I am using kOS autopilot in RO and have three little questions, as I have no experience in programming.
1.: Upon Launch I lock my steering to UP. When passing a certain vertical speed, I lock my steering to heading (90:80) - pitching down by 10 degrees. Now I want to wait until the SAS-prograde-pitch is less than 80° and lock my steering to SAS-prograde.
How do I express the "SAS prograde pitch" and "SAS prograde yaw"? Something like:
LOCK STEERING TO HEADING (90:80).
WHEN "SASprogradepitch" is < 80 THEN SAS ON.
SET SASMODE TO PROGRADE.
LOCK STEERING TO SAS.
is what I am looking for.
2.: Which command toggles the button above the navball - changing the navball reference to surface,orbit or target?
3. Are there acronyms for "pitch" and "yaw" "pitch/yaw with reference to orbit" and "pitch/yaw with reference to surface"?
This thread is quite old. Please consider starting a new thread rather than reviving this one.
Join the conversation
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Whateverest
Hey everyone,
I am using kOS autopilot in RO and have three little questions, as I have no experience in programming.
1.: Upon Launch I lock my steering to UP. When passing a certain vertical speed, I lock my steering to heading (90:80) - pitching down by 10 degrees. Now I want to wait until the SAS-prograde-pitch is less than 80° and lock my steering to SAS-prograde.
How do I express the "SAS prograde pitch" and "SAS prograde yaw"? Something like:
LOCK STEERING TO HEADING (90:80).
WHEN "SASprogradepitch" is < 80 THEN SAS ON.
SET SASMODE TO PROGRADE.
LOCK STEERING TO SAS.
is what I am looking for.
2.: Which command toggles the button above the navball - changing the navball reference to surface,orbit or target?
3. Are there acronyms for "pitch" and "yaw" "pitch/yaw with reference to orbit" and "pitch/yaw with reference to surface"?
I could not find anything in the manaul.
Thanks for your answers
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.