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
I am using ros Iron,
I cloned the humble version of ydlidar_ros2_driver (main branch produces errors as well, but not the same)
compiling with colcon colcon build --symlink-install results with missing libraries : lttng and numa
I've installed lib lttng following the original procedure : sudo apt-get install lttng-tools lttng-modules-dkms liblttng-ust-dev
I've installed libnuma with sudo apt-get -y install libnuma-dev
but unfortunately I still have error with missing library numa1
any suggestions?
The text was updated successfully, but these errors were encountered:
I am using ros Iron,
I cloned the humble version of ydlidar_ros2_driver (main branch produces errors as well, but not the same)
compiling with colcon colcon build --symlink-install results with missing libraries : lttng and numa
I've installed lib lttng following the original procedure : sudo apt-get install lttng-tools lttng-modules-dkms liblttng-ust-dev
I've installed libnuma with sudo apt-get -y install libnuma-dev
but unfortunately I still have error with missing library numa1
any suggestions?
The text was updated successfully, but these errors were encountered: