Thank you for your interest in contributing!
- Fork this repository
- Create a feature branch (
git checkout -b feature/my-feature) - Commit your changes (
git commit -am 'Add my feature') - Push to the branch (
git push origin feature/my-feature) - Open a Pull Request
cd ~/ros2_ws
colcon build --packages-select mmc5603_compass --symlink-install
source install/setup.bashcolcon test --packages-select mmc5603_compass
colcon test-result --verboseThis project follows ROS2 Python style guidelines:
- PEP 257 docstrings
- flake8 linting
- ament_copyright headers