-
Notifications
You must be signed in to change notification settings - Fork 258
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
{humble} backward_ros config causes build failures in other packages in scarthgap #1280
Comments
Hi @robwoolley, I actually encountered this same issue this morning. Patching in the commit on this PR on the backward_ros development repository resolved it for me. |
Hi @graceagrace I checked it was fixed by pal-robotics/backward_ros#23 also. |
On rolling I have a commit like this: BBCLASSEXTEND = "native nativesdk" using a patch like this:
|
Describe the bug
To Reproduce
Using the kas configuration for:
Running the command "bitbake clearpath-platform" causes the following build failure.
It is due to backward_ros containing an absolute path for the target that is checked with CMake set_and_check. However, this path does not exist on the build machine so it fails and the configure stage for the controllers fail.
The tail of the build log is as follows:
Expected behavior
The controllers should find backward_ros in the target recipe sysroot and build successfully.
The text was updated successfully, but these errors were encountered: