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 988104f commit 03b70a4Copy full SHA for 03b70a4
rviz_default_plugins/src/rviz_default_plugins/displays/image/image_display.cpp
@@ -189,7 +189,7 @@ void ImageDisplay::subscribe()
189
// are automatically converted.
190
subscription_ = image_transport_.subscribe(
191
rviz_default_plugins::displays::getBaseTopicFromTopic(topic_property_->getTopicStd()),
192
- (uint32_t)qos_profile.get_rmw_qos_profile().depth, // TODO(mjforan) try without cast
+ qos_profile.get_rmw_qos_profile().depth,
193
&ImageDisplay::incomingMessage, this,
194
new image_transport::TransportHints(
195
node.get(), getTransportFromTopic(topic_property_->getStdString()), "image_transport"));
0 commit comments