Hello, on archlinux and NixOS we get an error while compiling: undefined reference to int boost::math::sign<double>(double const&). The reason is that in newer boost versions you need to include a new header. We have fixed that with the following patch:
Hello, on archlinux and NixOS we get an error while compiling:
undefined reference to int boost::math::sign<double>(double const&)
. The reason is that in newer boost versions you need to include a new header. We have fixed that with the following patch:see also this issue in the nix-ros-overlay repo.