You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ROS2 Distro: Humble
OS: Ubuntu 20.04
This is about branch: humble-devel
I built angles from source, and then tried to build nebula, a package that depends on angles, but got the following error:
fatal error: angles/angles/angles.h: No such file or directory
I confirmed that nebula builds when angles is installed through a binary for ROS2 Humble on Ubuntu 22.04 (installed through rosdep), so the issue is specifically about building angles from source.
The following fix in angles' CMakeLists.txt solved my problem:
ROS2 Distro: Humble
OS: Ubuntu 20.04
This is about branch: humble-devel
I built angles from source, and then tried to build nebula, a package that depends on angles, but got the following error:
I confirmed that nebula builds when angles is installed through a binary for ROS2 Humble on Ubuntu 22.04 (installed through rosdep), so the issue is specifically about building angles from source.
The following fix in angles' CMakeLists.txt solved my problem:
->
Is it possible to make this change permanent on the humble-devel branch?
On a related note, I wonder why we have:
Instead of:
The text was updated successfully, but these errors were encountered: