ros2_yolos_cpp
ROS2 adapters for the Cross-Platform Production-ready C++ inference engine for YOLO models (v5-v12, YOLO26). Unified API for detection, segmentation, pose estimation, OBB, and classification. Built on ONNX Runtime and OpenCV. Optimized for CPU/GPU with quantization support.
File Explorer
- ci.yml
- fig.txt
- object.gif
- pose.gif
- segment.gif
- default_params.yaml
- classifier_adapter.hpp
- detector_adapter.hpp
- obb_adapter.hpp
- pose_adapter.hpp
- segmentor_adapter.hpp
- yolos_adapter_base.hpp
- classification_converter.hpp
- detection_converter.hpp
- obb_converter.hpp
- pose_converter.hpp
- segmentation_converter.hpp
- classifier_node.hpp
- detector_node.hpp
- obb_node.hpp
- pose_node.hpp
- segmentor_node.hpp
- visibility_control.hpp
- classifier.launch.py
- detector.launch.py
- obb.launch.py
- pose.launch.py
- segmentor.launch.py
- KeyPoint2D.msg
- KeyPoint2DArray.msg
- OBBDetection2D.msg
- OBBDetection2DArray.msg
- OrientedBoundingBox2D.msg
- classifier_adapter.cpp
- detector_adapter.cpp
- obb_adapter.cpp
- pose_adapter.cpp
- segmentor_adapter.cpp
- classification_converter.cpp
- detection_converter.cpp
- obb_converter.cpp
- pose_converter.cpp
- segmentation_converter.cpp
- classifier_node.cpp
- detector_node.cpp
- obb_node.cpp
- pose_node.cpp
- segmentor_node.cpp
- test_classification.cpp
- test_detection.cpp
- test_obb.cpp
- test_pose.cpp
- test_segmentation.cpp
- test_detection_converter.cpp
- .gitignore
- CMakeLists.txt
- docker_build.sh
- LICENSE
- package.xml
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
configure
View Details ▼
configure
Enter configuration mode.
{{[conf|configure]}} {{[t|terminal]}}
Configure from the terminal:
exit
Back out one level in configuration mode:
end
Exit out of configuration mode:
docker build
View Details ▼
docker build
Build an image from a Dockerfile.
docker build .
Build a Docker image using the Dockerfile in the current directory:
docker build {{github.com/creack/docker-firefox}}
Build a Docker image from a Dockerfile at a specified URL:
docker build {{[-t|--tag]}} {{name:tag}} .
Build a Docker image and tag it:
docker run
View Details ▼
docker run
This command is an alias of `docker container run`.
tldr docker container run
View documentation for the original command:
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
shutdown
View Details ▼
shutdown
Shutdown and reboot the system.
See also: `poweroff`.
shutdown -h now
Power off ([h]alt) immediately:
shutdown -h now
Power off (halt) immediately:
shutdown /s
Shutdown the current machine:
