Open
Conversation
There was a problem hiding this comment.
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 |
apirrone
reviewed
Aug 16, 2025
|
|
||
| In Raspberry Pi 5, you need to perform the following operations | ||
|
|
||
| **For Raspberry Pi 5:** You may need to replace the GPIO library. |
Owner
There was a problem hiding this comment.
This shouldn't be necessary since #23 has been merged. We use the same GPIO library for pi zero and pi5
apirrone
reviewed
Aug 16, 2025
README.md
Outdated
| ### Test Motors | ||
| Verify that all motors are connected and configured correctly: | ||
| ```bash | ||
| python3 dev/hardware/configure_all_motors.py |
Owner
There was a problem hiding this comment.
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 file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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