-
Notifications
You must be signed in to change notification settings - Fork 0
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
Copy 2023 files #1
Conversation
Without going into the specifics of the PR, the way you have laid it out is perfect. You've got a commit for each change (file added), and it's just the single piece of work. |
Is it worth copying over the |
Co-authored-by: mlists <[email protected]>
Co-authored-by: David Vo <[email protected]>
Co-authored-by: David Vo <[email protected]>
Running the manual control through a state machine is an abomination and I think it should go too. |
…rescendo into copy_2023_files
…auto/teleop state machine)
movement.py is removed, and so is the state machine; the basic drive base teleop control is now in robot.py if that's what you mean. |
Looks good to me. I can't confirm it moves in the sim where I am now, but if it does, LGTM. |
should I try to fix the CI / mypy, I'm not sure what exactly is causing that. The robot does move in my sim. |
I think you are missing your __init__.pys in each folder which is causing that CI error |
can you @mlists , please review and see if it looks good to merge into the main? thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
added files for the root directory in the repo