Skip to content
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

alphamat failed when i colcon build direct_visual_lidar_calibration #63

Open
jjustzxd opened this issue Nov 14, 2023 · 0 comments
Open
Labels
bug Something isn't working

Comments

@jjustzxd
Copy link

I install this packages.When I get to colcon build, the following error occurs.

Starting >>> OpenCV
Starting >>> FMT
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
[Processing: FMT, OpenCV]
Finished <<< FMT [13min 18s]
Starting >>> alphamat
--- stderr: alphamat
CMake Warning (dev) in CMakeLists.txt:
No project() command is present. The top-level CMakeLists.txt file must
contain a literal, direct call to the project() command. Add a line of
code such as

project(ProjectName)

near the top of the file, but after cmake_minimum_required().

CMake is pretending there is a "project(Project)" command on the first
line.
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Error at CMakeLists.txt:3 (ocv_module_disable):
Unknown CMake command "ocv_module_disable".

CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as

cmake_minimum_required(VERSION 3.23)

should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.


Failed <<< alphamat [1.60s, exited with code 1]
[3h 49min 59.4s] [2/66 complete] [1 failed] ...
Aborted <<< OpenCV [3h 52min 59s]

Summary: 1 package finished [3h 53min 16s]
1 package failed: alphamat
1 package aborted: OpenCV
2 packages had stderr output: OpenCV alphamat
63 packages not processed

@jjustzxd jjustzxd added the bug Something isn't working label Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant