Releases: mgonzs13/yolo_ros
Releases · mgonzs13/yolo_ros
4.0.0
- Renaming: Changed
yolov8_ros
toyolo_ros
for a more consistent naming convention. - New Features:
- Added
yolo-world
node for demonstration purposes. - Created a Dockerfile for containerized deployments.
- Added
- Inference Parameters: Added new parameters to the inference functions to allow for customized usage.
- Launch File Update: Renamed
yolo-base.launch.py
toyolo.launch.py
. - CI Enhancements:
- Implemented GitHub Actions workflows for continuous integration and testing.
- CI includes formatting checks and docker build.
- Formatting and Code Quality:
- Code has been formatted using
black
for consistency. - Additional minor fixes to ensure a clean codebase.
- Code has been formatted using
- Documentation Updated:
- New inference parameters added to README
- New launch files added to README