Merge branch '109-nix-jazzy' into patch/75dfaee
This commit is contained in:
commit
807f108f18
38 changed files with 862 additions and 62 deletions
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue