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

Feat/waypoints file #17

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

Feat/waypoints file #17

wants to merge 23 commits into from

Conversation

danielbrownmsm
Copy link
Contributor

Have GPS waypoints be in a separate .csv file instead of being hardcoded, allowing us to more easily edit the waypoints, and not have to rebuilt the code every time we want to make a minor change.

Also adds a bare-bones way to edit the waypoints graphically using matplotlib so you can see where the waypoints actuallly are in comparison to the path the robot follows

…ut not the right waypoints yet

also you can't do anything with it other than stare at it
gotta be a better way to center the image than guess and check though
got it to the point where it looks kinda decent, but it has no functionality and for some reason the buttons aren't acting as buttons
…gs to be constants

need to figure out how WaypointHandler is gonna keep track of stuff
…ther now

still need to figure out the actual editing/drag/drop funcionality but it's kind of close
…ht waypoint, but it still doesn't clear old waypoints from the screen, and <add> and <modify> don't work/exist
… the main class.

3 hours out of Indianapolis, so there's probably a lot of mistakes made here
@danielbrownmsm danielbrownmsm added the enhancement New feature or request label May 31, 2024
@danielbrownmsm danielbrownmsm self-assigned this May 31, 2024
@danielbrownmsm danielbrownmsm marked this pull request as ready for review May 31, 2024 04:11
@danielbrownmsm
Copy link
Contributor Author

Don't merge this until it's been tested on more recent data, I think it might be flipped 90 degrees or something, and I want to see if I can mess with some graphical stuff

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant