Releases: mgonzs13/yolo_ros
Releases · mgonzs13/yolo_ros
4.2.0
Changelog from version 4.1.1 to 4.2.0:
acc12c7 new version 4.2.0
c1712e6 adding workflows for releases
8a2d743 yolo_encoding param added
a52adf7 upgrading lap dependency
aa7eb07 cleaning bringup package
a99a101 debug_node: Use the input message header as header of the debug message (#84)
4.1.1
Changelog from version 4.1.0 to 4.1.1:
36bbce0 new version 4.1.1
245b19e adding badges to README
9296b6e fixing default params values
bcba7f8 ultralytics updated
bf5d5b6 default image_reliability value set to 1
b181d7a adding create release workflow
4.1.0
- Fixing workflows names
- Fixing image encoding
- YOLO-NAS removed
- YOLOv12 added
- minor fixes to format
4.0.1
- minor fixes in README
- try/except for model file not existing and model fuse call
4.0.0
- Renaming: Changed
yolov8_ros
to yolo_ros
for a more consistent naming convention.
- New Features:
- Added
yolo-world
node for demonstration purposes.
- Created a Dockerfile for containerized deployments.
- Inference Parameters: Added new parameters to the inference functions to allow for customized usage.
- Launch File Update: Renamed
yolo-base.launch.py
to yolo.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.
- Documentation Updated:
- New inference parameters added to README
- New launch files added to README
3.4.0
- yolov11 added
- yolov5 launch example added
- docs for yolo models included in README
- ultralytics 8.3.3
3.3.3
- check hypothesis, boxes, masks and keypoints before creating the msgs
3.3.2
- fixing logs for lifecycle nodes
3.3.1
- fuse for YOLOv10
- typing for enable_cb in yolov8_node
- ultralytics updated