$ ubuntu@ubuntu:~/ros2_ws$ colcon build --packages-select sllidar_ros2 [3.464s] WARNING:colcon.colcon_cmake.package_identification.cmake:Ignoring 'src/CMakeLists.txt' since it seems to be a toplevel CMake file generated by 'catkin_make' Starting >>> sllidar_ros2 Finished <<< sllidar_ros2 [2.22s]
Summary: 1 package finished [4.26s] ubuntu@ubuntu:~/ros2_ws$ ubuntu@ubuntu:~/ros2_ws$ colcon build --packages-select mbot_description [3.425s] WARNING:colcon.colcon_cmake.package_identification.cmake:Ignoring 'src/CMakeLists.txt' since it seems to be a toplevel CMake file generated by 'catkin_make' Starting >>> mbot_description Finished <<< mbot_description [10.8s]
/// Default constructor. /** * The constructor for a subscription is almost never called directly. * Instead, subscriptions should be instantiated through the function * rclcpp::create_subscription(). */ /// Subscription( rclcpp::node_interfaces::NodeBaseInterface * node_base, constrosidl_message_type_support_t & type_support_handle, conststd::string & topic_name, const rclcpp::QoS & qos, AnySubscriptionCallback<CallbackMessageT, AllocatorT> callback, const rclcpp::SubscriptionOptionsWithAllocator<AllocatorT> & options, typename MessageMemoryStrategyT::SharedPtr message_memory_strategy, SubscriptionTopicStatisticsSharedPtr subscription_topic_statistics = nullptr)