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 8cf889d commit 6a8a2d7Copy full SHA for 6a8a2d7
rviz_common/src/rviz_common/properties/ros_topic_property.cpp
@@ -80,7 +80,7 @@ void RosTopicProperty::fillTopicList()
80
for (const auto & topic : published_topics) {
81
// Only add topics whose type matches.
82
for (const auto & type : topic.second) {
83
- if (type == std_message_type) {
+ if (type == std_message_type || (type == "sensor_msgs/msg/CompressedImage" && std_message_type == "sensor_msgs/msg/Image")) {
84
addOptionStd(topic.first);
85
}
86
0 commit comments