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 following the instructions in https://wiki.ros.org/Installation/Source, particularly a generic installation, my workstation runs gentoo.
The command that fails is:
$ ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release
Don't understand why, my local workspace source, has missing the include of tuple.hpp: #include <boost/tuple/tuple.hpp>
The error was fixed by adding this line manually:
I am following the instructions in https://wiki.ros.org/Installation/Source, particularly a generic installation, my workstation runs gentoo.
The command that fails is:
$ ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release
Don't understand why, my local workspace source, has missing the include of tuple.hpp:
#include <boost/tuple/tuple.hpp>
The error was fixed by adding this line manually:
https://github.com/ros/geometry2/blob/noetic-devel/tf2/src/buffer_core.cpp#L41
The text was updated successfully, but these errors were encountered: