Skip to content

Commit

Permalink
fix: fix namespace
Browse files Browse the repository at this point in the history
Signed-off-by: Ryohsuke Mitsudome <[email protected]>
  • Loading branch information
mitsudome-r committed Dec 16, 2024
1 parent f5ad1b0 commit a05a08d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ MapProjectionLoader::MapProjectionLoader(const rclcpp::NodeOptions & options)
load_map_projector_info(yaml_filename, lanelet2_map_filename);

// Publish the message
publisher_ = this->create_publisher<MapProjectorInfo::Message>("map_projector_info", MapProjectionInfo::get_qos());
publisher_ = this->create_publisher<MapProjectorInfo::Message>("map_projector_info", MapProjectorInfo::get_qos());
publisher_->publish(msg);
}
} // namespace autoware::map_projection_loader
Expand Down

0 comments on commit a05a08d

Please sign in to comment.