v1.0.1 - Documentation and CI Polish
v1.0.1
Maintenance release focused on repository quality, documentation, and continuous integration.
Improvements
- Added MATLAB GitHub Actions CI workflow
- Added non-interactive MATLAB smoke testing
- Added MATLAB CI status badge
- Added GitHub release badge
- Added MIT license badge
- Updated repository structure documentation
- Clarified the MATLAB CI test environment
- Added repository topics and social preview metadata
- Improved README consistency and project presentation
CI
The repository now runs a MATLAB R2024b smoke test on pushes and pull requests to main.
The CI validates:
- MATLAB source file availability
- Project dependency resolution
- Shared default configuration
- Differential-drive kinematics sanity checks
Notes
The full interactive five-algorithm navigation simulation is not executed in CI because it requires interactive goal selection and graphical simulation. Users can run the complete project locally from MATLAB using:
main