Releases: intel/ros2_openvino_toolkit
Version v0.10.0_galactic
New features in this version:
- Support ROS2 Galactic
- Support Intel OpenVINO Toolkit v2021.4LTS
Features are tested on Ubuntu20.04.
What's Changed
- update CI setup-ros version by @congliu0913 in #208
- Update documentation for Foxy-Ubuntu20.04 support by @LewisLiuPub in #207
- Foxy+ov.2021.3 by @LewisLiuPub in #209
- Add Dockerfile (openvino-2021.3) by @congliu0913 in #212
- dev-ov2021.4 by @beathx in #214
- Galactic dev by @pqLee in #218
- Dockerfile and bugfix. by @pqLee in #219
- Update Dockerfile by @LewisLiuPub in #222
- Code sync for galactic by @LewisLiuPub in #223
Full Changelog: 0.9.0_2020.3LTS...0.10.0_galactic
Version 0.9.0_2020.3LTS
This release provides the following features:
- Support Intel openVINO toolkit version 2020.3LTS (see more from Release Notes).
- Support ROS2 Dashing and ROS2 Foxy.
Version 0.7.0_2019R3.1
This release provides the following features:
- Support openVINO toolkit 2019R3.1 (see more from Release Notes).
- Fine tune for ROS2 Dashing.
- Add OpenVINO Pipeline Composable Node to support intra-process multiple nodes, under the consideration of communication and computing performance.
This release has been passed tests based with binary version and opensource version of Openvino Toolkit.
Version 0.6.0
This release provides the following features:
- Support openVINO toolkit 2019R1.1 (see more from Release Notes).
- Support Multiple pipeline. One or more pipelines can be configured and launched in parallel.
- Support Yolo V2 model for object detection.
- Support inference result filtering.
This release has been passed tests based with binary version and opensource version of Openvino Toolkit.
Version 0.5.0_R5
This is the release of ROS2 wrapper for CV API of OpenVINO™, providing the following features:
- Add OpenVINO R5 support
- Add people re-identification
- Add people attributes recognition
- Update the design of ROS2 service interface
This release is based with OpenVINO open source version at tag 2018_R5 .
This release is also verified on OpenVINO 2018 R5 Release. See OpenVINO Release Notes for more details.
Version 0.5.0
This is the release of ROS2 wrapper for CV API of OpenVINO™, providing the following features:
- Add OpenVINO R4 support
- Add object segmentation
- Add transportation/vehicle scenarios for object detection
- Add ROS2 service interface
This release is based with OpenVINO open source version at tag 2018_R4.
This release is also verified on OpenVINO 2018 R4 Release. See OpenVINO Release Notes for more details.
Version 0.4.0
This is the release of ROS2 wrapper for CV API of OpenVINO™, providing the following features:
- Support object detection
- Support Rviz output.
This release is based on OpenVINO 2018 R3 Release. See OpenVINO Release Notes for more details.
This release is also verified with OpenVINO open source version at tag 2018_R3 and tag 2018_R4.
Version 0.3.0
This is the initial release of ROS2 wrapper for CV API of OpenVINO™, providing the following features:
- Support CPU and GPU.
- Support standard USB camera and Intel® RealSense™ camera
- Support Video or Image file as detection source
- Support person-attributes-recognition, including face detection, emotion recognition, age & gender recognition and head pose recognition.
- Demo application to show above detection and recognition.