Compile ROS1 Noetic on Ubuntu 22.04
ROS1 does not have official binary compiled for Ubuntu 22.04. However, it can still be built from source, after installing dependency packages. The detailed steps are provided in the following Gist.
-
N.B.
libopenvdb-dev 8.1.0
on Ubuntu 22.04 has broken headers related to TBB – DO NOT USE. Compile openvdb9.1.0
from source and install before linking any libraries against it.
Comments