hc
2023-05-26 a23f51ed7a39e452c1037343a84d7db1ca2c5bd7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config BR2_PACKAGE_PLUGINLIB
    bool "pluginlib"
    depends on BR2_PACKAGE_HOST_CATKIN
    depends on BR2_PACKAGE_CLASS_LOADER
    depends on BR2_PACKAGE_ROSPACK
    select BR2_PACKAGE_TINYXML2 if BR2_PACKAGE_ROS_KINETIC
    select BR2_PACKAGE_GTEST if BR2_PACKAGE_ROS_INDIGO
    select BR2_PACKAGE_ROS_COMM_SET
    select BR2_PACKAGE_ROSCONSOLE
    select BR2_PACKAGE_ROSLIB
    select BR2_PACKAGE_BOOST_SYSTEM
    select BR2_PACKAGE_BOOST_FILESYSTEM
 
    help
        The pluginlib package provides tools for writing and
        dynamically loading plugins using the ROS build
        infrastructure