rosbuildbased
Rosbuildbased is a term used in the ROS ecosystem to describe software packages that are built with the rosbuild build system, the original framework used to compile and install ROS components. The label distinguishes these packages from those built with the newer catkin system, which has become the standard for most contemporary ROS development. Rosbuild-based packages are part of the historical ROS 1 software stack and remain encountered in older projects and tutorials.
In rosbuild-based projects, package metadata and dependencies are declared in a manifest.xml file. The build is
Historical context and migration: Catkin was introduced as the successor to rosbuild to improve integration with
Current status and usage: While rosbuild-based packages can still be built with older ROS distributions that