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

Refactor #121

Draft
wants to merge 129 commits into
base: main
Choose a base branch
from
Draft

Refactor #121

wants to merge 129 commits into from

Conversation

Shamiivan
Copy link
Contributor

Refactor: Project Structure and Development Environment Improvements

This PR introduces structural improvements and development environment enhancements to streamline our development workflow.

Project Structure

  • Reorganized project structure into a cleaner hierarchy:
    ├── configs/          # Configuration files
    ├── docker/          # Container configurations and scripts
    ├── src/            # Core source code and ROS2 packages
    └── utils/          # Common utilities and helpers
    

Build System

  • Introduced Python-based build scripts (newton.py). INtroduced for better a better CLI
  • Improved Docker configurations with separate dev and production environments
  • Improved Image building base on architecture.
    • Note : currently support x86_64 and aarch_64
  • Added devcontainer support for consistent development environments

Modified package names

using n_package

  • IMU (n_imu)
  • controller node with ONNX support (n_controller)
  • motor controller integration (n_motor_controller). NOTE : This controls all 12 motors
  • Added ROS2 launch files for each component

Documentation

  • Updated README with new project structure
  • Added package-specific documentation
  • Added setup and usage instructions

Closes #[Related Issue Number]
#106
#56
#51
#2

…/utils/result-wrapper

# Conflicts:
#	.gitignore
#	.vscode/settings.json
#	utils/logger.hpp
…d settings. usefult for go to definition in development
@Shamiivan Shamiivan marked this pull request as draft February 15, 2025 20:16
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