-
Notifications
You must be signed in to change notification settings - Fork 23
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
Error building with colcon #21
Comments
I got the ubuntu 20.04 versions foxy and noetic to work and drive pins recently with current machinekit-hal see the 2 open pull requests. |
I have the same problem when I build using colcon did you solve it? |
The error seems to be clear. "missing: HAL_INCLUDE_PATH”
Maybe you need to set an environment variable HAL_INCLUDE_PATH
… On Apr 18, 2024, at 8:05 AM, Michelyoussef21 ***@***.***> wrote:
Hello! I am trying to use the package with Machinekit-HAL and ROS but when compiling with colcon I get this error:
--- stderr: hal_hw_interface
CMake Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find HAL (missing: HAL_INCLUDE_PATH)
Call Stack (most recent call first):
|
Make Error at /usr/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:230 (message): what to do? |
Hello!
I am trying to use the package with Machinekit-HAL and ROS but when compiling with colcon I get this error:
I have used the foxy-devel branch even tough I'm using ROS2 Humble on Ubuntu 22.04 (thought it might work)
After changing the FindHAL.cmake file it worked but then I had more errors on the included files in hal.h and more files
Did I miss something?
Thanks!
The text was updated successfully, but these errors were encountered: