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_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