Skip to content

Commit b11c4ed

Browse files
author
Emre Karincali
committed
fix typo
1 parent 73f5c2a commit b11c4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rviz_default_plugins/include/rviz_default_plugins/displays/pointcloud/point_cloud_transport_display.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class PointCloud2TransportDisplay : public rviz_common::_RosTopicDisplay
6060
QString message_type = QString::fromStdString(rosidl_generator_traits::name<MessageType>());
6161
std::vector<QString> supported_types = {
6262
"sensor_msgs/msg/PointCloud2",
63-
"point_cloud_intefaces/msg/CompressedPointCloud2"
63+
"point_cloud_interfaces/msg/CompressedPointCloud2"
6464
};
6565

6666
topic_property_->setMessageTypes(supported_types);

0 commit comments

Comments
 (0)