-
Notifications
You must be signed in to change notification settings - Fork 127
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
ament_cmake_vendor_package #542
Comments
What version/branch of this repo are you trying to build? Looks like |
Oh, no, it was backported to Humble too: #467 It would help to know:
|
@mjcarroll Friendly ping to comment about dependecies. |
I compiled it in the Humble version, and the install directory does not have exlibConfig. cmake, but the build directory does. But I just can't find the dependency relationship |
I can pass by closing add_Subdirectory (test) |
I suspect it's an installation issue because the build directory already has this file, but the install directory doesn't |
Can you provide the exact command you used to build |
I think tests aren't usually installed to the |
Build Command |
We could consider installing these tests to the Maybe other people have different opinions/suggestions. |
In general, we don't install tests into the |
When cross-compiling the Humble version using colcon build, the following error occurs:
Compilation Command
colcon build --cmake-args -DCMAKE_TOOLCHAIN_FILE=/home/andy/rk-linux5.10/buildroot/output/rockchip_rk3399/host/share/buildroot/toolchainfile.cmake -DCMAKE_FIND_ROOT_PATH=/home/andy/ros2_humble/install
toolchainfile.cmake
The text was updated successfully, but these errors were encountered: