ros2--topic/话题--接口
获取topic名称
const char *get_topic_name() const;
std::string topic_name = publisher_->get_topic_name();RCLCPP_INFO(this->get_logger(), "Topic name: %s", topic_name.c_str());
const char *get_topic_name() const;
std::string topic_name = publisher_->get_topic_name();RCLCPP_INFO(this->get_logger(), "Topic name: %s", topic_name.c_str());