LandingAutopilot
-
class LandingAutopilot
The Landing Guidance module provides targeted and non-targeted landing autopilot.
-
bool enabled()
-
void set_enabled(bool value)
- Game Scenes:
Flight
-
std::string status()
- Game Scenes:
Flight
-
bool deploy_chutes()
-
void set_deploy_chutes(bool value)
- Game Scenes:
Flight
-
bool deploy_gears()
-
void set_deploy_gears(bool value)
- Game Scenes:
Flight
-
void land_at_position_target()
- Game Scenes:
Flight
-
void land_untargeted()
- Game Scenes:
Flight
-
int32_t limit_chutes_stage()
-
void set_limit_chutes_stage(int32_t value)
- Game Scenes:
Flight
-
int32_t limit_gears_stage()
-
void set_limit_gears_stage(int32_t value)
- Game Scenes:
Flight
-
bool rcs_adjustment()
-
void set_rcs_adjustment(bool value)
- Game Scenes:
Flight
-
void stop_landing()
- Game Scenes:
Flight
-
double touchdown_speed()
-
void set_touchdown_speed(double value)
- Game Scenes:
Flight
-
bool enabled()