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 7063d9f commit 60a69d2Copy full SHA for 60a69d2
rviz_default_plugins/src/rviz_default_plugins/displays/image/image_display.cpp
@@ -216,7 +216,7 @@ void ImageDisplay::subscribe()
216
}
217
subscription_ = image_transport_.subscribe(
218
rviz_default_plugins::displays::getBaseTopicFromTopic(topic_property_->getTopicStd()),
219
- qos_profile.get_rmw_qos_profile().depth,
+ qos_profile.get_rmw_qos_profile(),
220
&ImageDisplay::incomingMessage, this,
221
new image_transport::TransportHints(
222
node.get(), transport_hint, "image_transport"));
0 commit comments