forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-03-15 de7d2b82e1d37d435e0b93009a6a472b54b9d6a1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config BR2_PACKAGE_ROSCPP
   bool "roscpp"
    select BR2_PACKAGE_ROS_COMM_MSGS_SET
   select BR2_PACKAGE_ROSGRAPH_MSGS
    select BR2_PACKAGE_BOOST_SIGNALS
   select BR2_PACKAGE_CPP_COMMON
   select BR2_PACKAGE_MESSAGE_GENERATION
   select BR2_PACKAGE_ROSCONSOLE
   select BR2_PACKAGE_ROSCPP_SERIALIZATION
   select BR2_PACKAGE_ROSCPP_TRAITS
   select BR2_PACKAGE_ROSTIME
   select BR2_PACKAGE_STD_MSGS
   select BR2_PACKAGE_XMLRPCPP
   help
       roscpp is a C++ implementation of ROS. It provides a client library that enables C++ programmers to quickly interface with ROS Topics, Services, and Parameters. roscpp is the most widely used ROS client library and is designed to be the high-performance library for ROS.