hc
2023-05-26 a23f51ed7a39e452c1037343a84d7db1ca2c5bd7
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.