ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
![]() | 1 | initial version |
The REQUIRED refers to the ROS build system catkin mentioned before the REQUIRED. I.e. build shall fail if catkin (For whatever reason is) Not found.
The COMPONENTS refers to the COMPONENTS (catkin packages, hence ROS packages) that are needed to build your package because your package depends in Them. These package are listed after COMPONENTS.