ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

There is currently no version of ROS targeting Debian Buster. It looks like you're trying to install a version of ROS targeting an older version of boost (<1.63) than the one available on your system (Buster 1.67). In your version these headers don't exist anymore.

The header names have been updated in later versions of ROS https://github.com/ros/rospack/pull/80.

You could to try to compile ROS Melodic rather than ROS Kinetic that targets more recent OSes. You should be able to follow the same instructions and just replace kinetic with melodic in the commands.