Skip to content

This is mental - #3

Open
mara171 wants to merge 2 commits into
workshopfrom
MentalStateMachine
Open

This is mental#3
mara171 wants to merge 2 commits into
workshopfrom
MentalStateMachine

Conversation

@mara171

@mara171 mara171 commented Nov 8, 2025

Copy link
Copy Markdown

we

@alecrav alecrav left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

nice

@Indeximal Indeximal left a comment

Copy link
Copy Markdown
Collaborator

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
Copy Markdown
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
Copy Markdown
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.

3 participants