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 27db669 commit 40c6d5bCopy full SHA for 40c6d5b
rviz_default_plugins/include/rviz_default_plugins/displays/pointcloud/point_cloud_transport_display.hpp
@@ -60,7 +60,7 @@ class PointCloud2TransportDisplay : public rviz_common::_RosTopicDisplay
60
QString message_type = QString::fromStdString(rosidl_generator_traits::name<MessageType>());
61
std::vector<QString> supported_types = {
62
"sensor_msgs/msg/PointCloud2",
63
- "point_cloud_intefaces/msg/CompressedPointCloud2"
+ "point_cloud_interfaces/msg/CompressedPointCloud2"
64
};
65
66
topic_property_->setMessageTypes(supported_types);
0 commit comments