在树莓派上基于raspbian(Buster)安装ros
参考网页:http://wiki.ros.org/ROSberryPi/Installing ROS Kinetic on the Raspberry Pi
在执行:sudo ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release --install-space /opt/ros/kinetic
时
首先遇到错误:'boost/tr1/unordered_set.hpp' file not found
这在参考网页中有提到,On Raspbian Buster the compilation may fail with "'boost/tr1/unordered_set.hpp' file not found". This is because rospack version used in Kinetic is dependent on boost 1.58. To fix this error try installing boost 1.58 manually.
之后便手动下载安装boost_1.58.0
接着遇到第二个错误:
CMake Error at usr/share/cmake/Modules/FindBoost.cmake:1138 (message): Unable to find the requested Boost libraries. Unable to find the Boost header files. Please set BOOST_ROOT t