Merge branch '109-nix-jazzy' into patch/75dfaee

This commit is contained in:
Игорь Брылёв 2024-10-31 17:44:26 +03:00
commit 807f108f18
38 changed files with 862 additions and 62 deletions

View file

@ -69,7 +69,7 @@ protected:
topics_ = get_list_topics();
for (const auto &topic_name : topics_) {
writer_->create_topic({topic_name, "sensor_msgs/msg/Image", "cdr", ""});
writer_->create_topic({0u, topic_name, "sensor_msgs/msg/Image", "cdr", {}, ""});
RCLCPP_INFO(this->get_logger(), "Configuring topic: %s",
topic_name.c_str());
}