fix imports

This commit is contained in:
stelzo 2024-04-29 21:43:03 +02:00
parent 2bb8bab5f0
commit be7c7691ff
No known key found for this signature in database
GPG Key ID: FC4EF89052319374
1 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
#[cfg(feature = "rclrs_msg")]
#[test]
fn convertxyz_rclrs_msg() {
use ros_pointcloud2::fallible_iterator::FallibleIterator;
use ros_pointcloud2::pcl_utils::PointXYZ;
use ros_pointcloud2::ros_types::PointCloud2Msg;
use ros_pointcloud2::ConvertXYZ;
use ros_pointcloud2::{
pcl_utils::PointXYZ, reader::ReaderXYZ, writer::WriterXYZ, PointCloud2Msg,
};
use sensor_msgs::msg::PointCloud2;
let cloud = vec![