OS: Ubuntu 22.04.1
When I try to install the is-core following the instructions and use colcon build I get these errors:
error: ‘numeric_limits’ is not a member of ‘std’
error: ‘::max’ has not been declared; did you mean ‘std::max’?
To me that seems like #include <limits.h> is missing but I guess that can't be the case because then everyone would have this issue.
What else could be the reason ?