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