Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sentry statemachine code #38

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Sentry statemachine code #38

wants to merge 5 commits into from

Conversation

Arav-R
Copy link

@Arav-R Arav-R commented Mar 7, 2025

Code for sentry statemachine. Controls the sentry's movement.

Assumes it can get odometry position from firmware. Assumes we can send a position target to firmware and the robot PIDs to point.

};

// Simple structure to hold a 2D pose with orientation.
struct Pose2D { // top left of field is 0,0
Copy link
Contributor

Choose a reason for hiding this comment

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

note: we'll need to standardize this later but this is good for now

@Arav-R
Copy link
Author

Arav-R commented Mar 7, 2025

Added changes

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.

2 participants