Skip to content

Commit 60a69d2

Browse files
committed
use custom QoS
1 parent 7063d9f commit 60a69d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rviz_default_plugins/src/rviz_default_plugins/displays/image/image_display.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ void ImageDisplay::subscribe()
216216
}
217217
subscription_ = image_transport_.subscribe(
218218
rviz_default_plugins::displays::getBaseTopicFromTopic(topic_property_->getTopicStd()),
219-
qos_profile.get_rmw_qos_profile().depth,
219+
qos_profile.get_rmw_qos_profile(),
220220
&ImageDisplay::incomingMessage, this,
221221
new image_transport::TransportHints(
222222
node.get(), transport_hint, "image_transport"));

0 commit comments

Comments
 (0)