forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-02-13 e440ec23c5a540cdd3f7464e8779219be6fd3d95
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config BR2_PACKAGE_TF2
    bool "tf2"
    depends on BR2_PACKAGE_HOST_CATKIN
    select BR2_PACKAGE_TF2_MSGS
    select BR2_PACKAGE_BOOST_SIGNALS
    select BR2_PACKAGE_BOOST_THREAD
    select BR2_PACKAGE_BOOST_SYSTEM
    select BR2_PACKAGE_ROSCPP_CORE_SET
    select BR2_PACKAGE_ROSTIME
    select BR2_PACKAGE_COMMON_MSGS_SET
    select BR2_PACKAGE_GEOMETRY_MSGS
    select BR2_PACKAGE_CONSOLE_BRIDGE
    select BR2_PACKAGE_GTEST
    help
        tf2 is the second generation of the transform library, which lets
        the user keep track of multiple coordinate frames over time.