We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddacc81 commit a0a47f3Copy full SHA for a0a47f3
zstd_image_transport/include/zstd_image_transport/zstd_publisher.hpp
@@ -66,7 +66,7 @@ class ZstdPublisher : public image_transport::SimplePublisherPlugin<CompressedIm
66
rclcpp::Node * node,
67
const std::string & base_topic,
68
rclcpp::QoS custom_qos,
69
- rclcpp::PublisherOptions options) override final;
+ rclcpp::PublisherOptions options) final;
70
71
void publish(
72
const sensor_msgs::msg::Image & message,
0 commit comments