Skip to content

Conversation

@Aronnaxx
Copy link
Collaborator

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 mv for 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

@Aronnaxx Aronnaxx requested a review from apirrone August 11, 2025 22:48
@Aronnaxx Aronnaxx self-assigned this Aug 11, 2025
Copilot AI review requested due to automatic review settings August 11, 2025 22:48

This comment was marked as outdated.

@Aronnaxx Aronnaxx requested a review from Copilot August 11, 2025 22:53
Copy link

Copilot AI left a 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.
Copy link
Owner

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
Copy link
Owner

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.

@apirrone apirrone changed the base branch from v2 to develop August 16, 2025 16:35
@Aronnaxx Aronnaxx force-pushed the feature/reorganized_repo branch from 7e3ab7f to 037ac1e Compare August 16, 2025 20:44
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.

3 participants