-
Notifications
You must be signed in to change notification settings - Fork 6.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RealSense] Update to 2.54.1 #32389
[RealSense] Update to 2.54.1 #32389
Conversation
Patch disabled due to an issue: -- Applying patch fix_openni2.patch -- Applying patch fix_config_osx.patch CMake Error at scripts/cmake/z_vcpkg_apply_patches.cmake:34 (message): Applying patch failed: Checking patch CMake/unix_config.cmake... error: while searching for: ? if(APPLE)? set(FORCE_RSUSB_BACKEND ON)? set(BUILD_WITH_TM2 ON)? endif()? ? if(FORCE_RSUSB_BACKEND)? error: patch failed: CMake/unix_config.cmake:35 error: CMake/unix_config.cmake: patch does not apply Call Stack (most recent call first): scripts/cmake/vcpkg_extract_source_archive.cmake:153 (z_vcpkg_apply_patches) scripts/cmake/vcpkg_extract_source_archive_ex.cmake:8 (vcpkg_extract_source_archive) scripts/cmake/vcpkg_from_github.cmake:113 (vcpkg_extract_source_archive_ex) ports/realsense2/portfile.cmake:1 (vcpkg_from_github) scripts/ports.cmake:147 (include)
No need for a patch - fix_config_osx.patch
This reverts commit 0a0fc06.
@microsoft-github-policy-service agree company="Intel" |
Please run
|
Hi, Monica! Thank you for your aid! |
An error occurred while testing usage. usage:
When testing usage, the following error occurs:
CMakeFindUsage.cpp#include <iostream> #include "librealsense2/rs.h" CMakeLists.txtcmake_minimum_required (VERSION 3.8) Upstream related: https://github.com/IntelRealSense/librealsense/blob/v2.54.1/common/fw/CMakeLists.txt#L41-L47. |
Currently this file is in
|
Hi, Monica! I added lines according your guidelines. I will push it now. Thank you for your support! |
All features are tested successfully in the following triplet:
|
Thanks! |
Because it is not yet able to maintain real-time synchronization with vcpkg. |
"tm2": { | ||
"description": "Build Intel® RealSense™ T265 device" | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems that rtabmap
still depends on this:
vcpkg/ports/rtabmap/vcpkg.json
Lines 117 to 128 in ad46340
"realsense2": { | |
"description": "Build RTAB-Map with RealSense2 camera driver", | |
"dependencies": [ | |
{ | |
"name": "realsense2", | |
"default-features": false, | |
"features": [ | |
"tm2" | |
] | |
} | |
] | |
}, |
RealSense version updated to 2.54.1
OSX patch removed