hc
2023-05-26 a23f51ed7a39e452c1037343a84d7db1ca2c5bd7
1
2
3
4
5
6
7
8
9
10
11
12
13
config BR2_PACKAGE_ROSPACK
    bool "rospack for ros"
    depends on BR2_PACKAGE_HOST_CATKIN
    depends on BR2_PACKAGE_TINYXML
    select BR2_PACKAGE_CMAKE_MODULES
    select BR2_PACKAGE_BOOST_FILESYSTEM
    select BR2_PACKAGE_BOOST_PROGRAM_OPTIONS
    help
        rospack is a command-line program which provides many of the
        services of the *NIX pkg-config tool. It is used to find
        packages among the "forest" of code in a typical ROS
        distribution, calculate dependencies, mangle Makefiles, and in
        general promote peace and harmony in a ROS distribution