Skip to content

Commit

Permalink
fix: fix mistakes made during rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
mojomex committed May 23, 2024
1 parent be20229 commit 45ef936
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nebula_tests/velodyne/velodyne_ros_decoder_test_vls128.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ void VelodyneRosDecoderTest::ReadBag()

storage_options.uri = bag_path;
storage_options.storage_id = storage_id;
converter_options.output_serialization_format = format;
rclcpp::Serialization<velodyne_msgs::msg::VelodyneScan> serialization;
nebula::drivers::NebulaPointCloudPtr pointcloud(new nebula::drivers::NebulaPointCloud);
pcl::PointCloud<pcl::PointXYZ>::Ptr ref_pointcloud(new pcl::PointCloud<pcl::PointXYZ>);
Expand Down

0 comments on commit 45ef936

Please sign in to comment.