ROS/ROS 2 package for Ultralytics YOLOv8 real-time object detection and segmentation. https://github.com/ultralytics/ultralytics
GNU Affero General Public License v3.0
207
stars
42
forks
source link
[melodic-devel] add Industrial CI Pipeline #38
Closed
Alpaca-zip closed 11 months ago
PR Type
Overview
Add a comprehensive CI pipeline for the ROS 2 Humble project using GitHub Actions and
ros-industrial/industrial_ci
actions.Clang Format Check
: Ensures code formatting adheres to defined standards using Clang Format version 14.Clang Tidy Check
: Validates code for potential issues and adherence to coding standards using Clang-Tidy.Build Check
: Performs a build for both main and testing ROS repositories to ensure the codebase builds correctly.Add PR template.
Test