We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
this repo cannot compile with new sdk
successful compilation
Scanning dependencies of target ZED_with_PCL [ 50%] Building CXX object CMakeFiles/ZED_with_PCL.dir/src/main.cpp.o /home/ubuntu/zed-pcl/src/main.cpp: In function ‘void run()’: /home/ubuntu/zed-pcl/src/main.cpp:163:22: error: ‘SENSING_MODE’ has not been declared 163 | if (zed.grab(SENSING_MODE::STANDARD) == ERROR_CODE::SUCCESS) { | ^~~~~~~~~~~~ make[2]: *** [CMakeFiles/ZED_with_PCL.dir/build.make:82: CMakeFiles/ZED_with_PCL.dir/src/main.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:95: CMakeFiles/ZED_with_PCL.dir/all] Error 2 make: *** [Makefile:103: all] Error 2
ZED2i
OS: 20.04 GPU: RTX 3070
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Preliminary Checks
Description
this repo cannot compile with new sdk
Steps to Reproduce
Expected Result
successful compilation
Actual Result
Scanning dependencies of target ZED_with_PCL
[ 50%] Building CXX object CMakeFiles/ZED_with_PCL.dir/src/main.cpp.o
/home/ubuntu/zed-pcl/src/main.cpp: In function ‘void run()’:
/home/ubuntu/zed-pcl/src/main.cpp:163:22: error: ‘SENSING_MODE’ has not been declared
163 | if (zed.grab(SENSING_MODE::STANDARD) == ERROR_CODE::SUCCESS) {
| ^~~~~~~~~~~~
make[2]: *** [CMakeFiles/ZED_with_PCL.dir/build.make:82: CMakeFiles/ZED_with_PCL.dir/src/main.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:95: CMakeFiles/ZED_with_PCL.dir/all] Error 2
make: *** [Makefile:103: all] Error 2
ZED Camera model
ZED2i
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: