We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d572b4 commit 2dc6b05Copy full SHA for 2dc6b05
rviz_default_plugins/src/rviz_default_plugins/displays/image/image_display.cpp
@@ -214,7 +214,7 @@ void ImageDisplay::subscribe()
214
}
215
subscription_ = image_transport_.subscribe(
216
rviz_default_plugins::displays::getBaseTopicFromTopic(topic_property_->getTopicStd()),
217
- qos_profile.get_rmw_qos_profile().depth,
+ qos_profile.get_rmw_qos_profile(),
218
&ImageDisplay::incomingMessage, this,
219
new image_transport::TransportHints(
220
node.get(), transport_hint, "image_transport"));
0 commit comments