Skip to content

Commit 78c37a3

Browse files
committed
fix test
1 parent bfc931e commit 78c37a3

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

test/pcl/testPointCloud2.jl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ pc_ = Caesar._PCL.apply(M, rPc, pc)
135135
end
136136

137137

138+
if v"1.7" <= VERSION
139+
138140
@testset "PandarXT test point cloud conversion test" begin
139141
##
140142

@@ -220,6 +222,11 @@ pc_3D = Caesar._PCL.apply(M, rPc, pc)
220222
##
221223
end
222224

225+
else
226+
@error "Skip PointCloud testdata serialization owning to Julia version."
227+
@test_broken false
228+
end
229+
223230

224231

225232
@testset "Test PointCloud on Terrestrial Lidar and ICP_Simple alignment" begin

0 commit comments

Comments
 (0)