-
Notifications
You must be signed in to change notification settings - Fork 51
Feature/reorganized repo #28
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
base: develop
Are you sure you want to change the base?
Conversation
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.
Pull Request Overview
This PR is the first phase of a repository reorganization effort that restructures the codebase layout and improves documentation. The changes primarily involve moving files to a more organized structure while maintaining functionality.
- Restructured the package layout by moving files and updating import paths
- Enhanced README documentation with improved formatting and comprehensive setup instructions
- Updated dependency configuration to include RPi.GPIO package
Reviewed Changes
Copilot reviewed 5 out of 39 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| setup.cfg | Added RPi.GPIO dependency to installation requirements |
| run_rl_walk.py | Updated sound directory path to reflect new package structure |
| mini_bdx_runtime/mini_bdx_runtime/init.py | Removed import statement as part of restructuring |
| mini_bdx_runtime/init.py | Added import statement to new location after restructuring |
| README.md | Completely reorganized with improved structure, detailed instructions, and better formatting |
|
|
||
| In Raspberry Pi 5, you need to perform the following operations | ||
|
|
||
| **For Raspberry Pi 5:** You may need to replace the GPIO library. |
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.
This shouldn't be necessary since #23 has been merged. We use the same GPIO library for pi zero and pi5
README.md
Outdated
| ### Test Motors | ||
| Verify that all motors are connected and configured correctly: | ||
| ```bash | ||
| python3 dev/hardware/configure_all_motors.py |
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.
Warning, this will reconfigure all the motors. It should not be necessary, and it will do weird things if they have not been mounted correctly.
7e3ab7f to
037ac1e
Compare
This is part one of an ongoing effort to organize the repo - figured I would break this up into pieces to make it easier to review.
This is just a bunch of
git mvfor the files (with minimal changes to actual code) next will be implementing Black formatter + swapping to a 'uv' project to make dependencies easier to manage