forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-10-25 6c2073b7aa40e29d0eca7d571dd7bc590c7ecaa7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config BR2_PACKAGE_TF2_ROS
    bool "tf2-ros"
    select BR2_PACKAGE_TF2
    select BR2_PACKAGE_TF2_MSGS
    select BR2_PACKAGE_TF2_PY
    select BR2_PACKAGE_ACTIONLIB
    select BR2_PACKAGE_COMMON_MSGS_SET
    select BR2_PACKAGE_ACTIONLIB_MSGS
    select BR2_PACKAGE_GEOMETRY_MSGS
    select BR2_PACKAGE_ROS_COMM_SET
    select BR2_PACKAGE_MESSAGE_FILTERS
    select BR2_PACKAGE_ROSCPP
    select BR2_PACKAGE_ROSGRAPH
    select BR2_PACKAGE_ROSPY
 
    help
        This package contains the ROS bindings for the tf2 library, for both Python and C++.