Skip to content

Conversation

@mara171
Copy link

@mara171 mara171 commented Nov 8, 2025

we

Copy link

@alecrav alecrav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

Copy link
Collaborator

@Indeximal Indeximal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

goods pretty good, one minor mistake

}
}
State::MainDescend => {
if inputs.location.altitude < 0.1 && inputs.velocity.down.abs() < 0.1 {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you look at the docs of Location, it is above sea level. Which for wichlen means we would never go into touchdown state.

}
State::Descend => {
if inputs.location.altitude < 3000.0 {
println!("We are so great");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know you both are 🫶

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants