Releases: orbbec/OrbbecSDK_ROS1
Releases · orbbec/OrbbecSDK_ROS1
Release v2.0.9
Release Notes
With the major update of the new branch v2-main in October 2024, OrbbecSDK_ROS1 is connected to the open source version of OrbbecSDK v2, which will make OrbbecSDK_ROS1 more flexible and extensible.
This is the first stable release of OrbbecSDK_ROS1 v2. Thank you for your interest in Orbbec! If you have any questions or feedback, please let us know in the issues channel.
Changelog (since v1.5.8-rc)
- access to the open source version of OrbbecSDK v2
- Update Orbbec SDK v2.0.18
- The color stream supports RGBA and BGRA encoding formats
- Other improvements and several bug fixes
Supported Platforms
- Linux x64: Tested on Ubuntu 20.04
- Linux ARM64: Tested on AGX Orin and AGX Xavier
Supported devices
Product Serials | Firmware Version | Launch File |
---|---|---|
Astra2 | 2.8.20 | astra2.launch.py |
Femto mega | 1.1.7 / 1.2.7 | femto_mega.launch.py |
Femto bolt | 1.0.6 / 1.0.9 | femto_bolt.launch.py |
Gemini2 | 1.4.60 / 1.4.76 | gemini2.launch.py |
Gemini2L | 1.4.32 | gemini2L.launch.py |
Gemini 335 | 1.2.20 | gemini_330_series.launch.py |
Gemini 335L | 1.2.20 | gemini_330_series.launch.py |
Gemini 335Lg | 1.3.46 | gemini_330_series.launch.py |
Gemini 336 | 1.2.20 | gemini_330_series.launch.py |
Gemini 336L | 1.2.20 | gemini_330_series.launch.py |
Release v1.5.8
What's Changed
- Remove glog dependence
- Fixed the issue of point cloud distortion in femto bolt
Full Changelog: orbbec/OrbbecSDK_ROS2@v1.5.7...v1.5.8
Release v1.5.7
- Update OrbbecSDK v1.10.8
Release v1.5.5
- Fixed crash when point cloud is not enabled
Release v1.5.4
Release Notes
1、fix the alignment issue of the colored point cloud.
2、Modify the default value of noise_removal_filter_min_diff in the launch file for the Gemini 330 series.
3、update Documentation
Release v1.5.3
- Fixed crash issues
Release v1.5.2
Release Notes for Version 1.5.2
New Features:
- G330 Series Camera Support: Now supporting the G330 series. For more details, see the OrbbecSDK 1.10.5 release notes at OrbbecSDK v1.10.5.
- Metadata Topic for Frames: Added a new topic for reading metadata from frames.
- IMU Info Topic: Introduced a new topic for IMU information.
Bug Fixes:
- Fixed other potential bugs that could lead to crashes.
We recommend updating to the latest version for improved functionality and stability.
Release v1.4.6
- upgrade OrbbecSDK to v1.9.4
Release v1.4.5
- Update OrbbecSDK to version 1.9.3.
- Gemini2 series devices support Gyro and Accel data synchronization output.
- Add depth-filtering JSON configuration items for the Gemini2 launch.
- Add support for DCW2, DW2, Gemini EW, and Gemini EW Lite.
- Fixed some issues.
Release v1.4.2
- Update the OrbbecSDK version to 1.8.3.
- Fix the issue where Openni device cannot obtain Depth intrinsics through Pipeline when the resolutions of depth and color are not in the alignment list.
- Optimize the processing of the color stream by separately creating a thread to handle the color stream and its point cloud.
- Other bug fixes.