forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-08-21 fc437ccf3419c424092701f3d883215fa4552a8b
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