Skip to content

Commit b43cb1e

Browse files
committed
fix bug that prevents compilation in humble
1 parent 80dc903 commit b43cb1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ffmpeg_publisher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ void FFMPEGPublisher::packetReady(
172172
void FFMPEGPublisher::advertiseImpl(
173173
rclcpp::Node * node, const std::string & base_topic, rmw_qos_profile_t custom_qos)
174174
{
175-
auto qos = initialize(node, custom_qos);
175+
auto qos = initialize(node, base_topic, custom_qos);
176176
FFMPEGPublisherPlugin::advertiseImpl(node, base_topic, qos);
177177
}
178178
#else

0 commit comments

Comments
 (0)