forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config BR2_PACKAGE_ROSPY
    bool "rospy"
    depends on BR2_PACKAGE_ROSPACK
    select BR2_PACKAGE_GENPY
    select BR2_PACKAGE_ROS_SET
    select BR2_PACKAGE_ROSLIB
    select BR2_PACKAGE_STD_MSGS
    select BR2_PACKAGE_ROSGRAPH
    select BR2_PACKAGE_ROS_COMM_MSGS_SET
    select BR2_PACKAGE_ROSGRAPH_MSGS
    select BR2_PACKAGE_ROSCPP
    select BR2_PACKAGE_PYTHON_PYYAML
    help
        rospy is a pure Python client library for ROS. The rospy
        client API enables Python programmers to quickly interface
        with ROS Topics, Services, and Parameters