hc
2023-05-26 a23f51ed7a39e452c1037343a84d7db1ca2c5bd7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config BR2_PACKAGE_ACTIONLIB
   bool "actionlib"
   depends on BR2_PACKAGE_HOST_CATKIN
    select BR2_PACKAGE_COMMON_MSGS_SET
   select BR2_PACKAGE_ACTIONLIB_MSGS
    select BR2_PACKAGE_ROS_COMM_SET
   select BR2_PACKAGE_ROSCPP
   select BR2_PACKAGE_BOOST_THREAD
   select BR2_PACKAGE_BOOST_CHRONO
   select BR2_PACKAGE_BOOST_FILESYSTEM
   select BR2_PACKAGE_BOOST_SIGNALS
   help
       The actionlib package provides a standardized interface for interfacing with preemptible tasks. Examples of this include moving the base to a target location, performing a laser scan and returning the resulting point cloud, detecting the handle of a door, etc.
 
config BR2_PACKAGE_ACTIONLIB_ENABLE_TEST
   bool "actionlib test for ros"
   depends on BR2_PACKAGE_ACTIONLIB
   select BR2_PACKAGE_ROSTEST
   help
       enalbe actionlib test