Commit bc6714e
Increase tolerance in FPCSInitialAlignment test
Failure example:
```
test/registration/test_fpcs_ia.cpp:87: Failure
The difference between transform_res_from_fpcs (i,j) and transform_from_fpcs[i][j] is 0.41199848335236311, which exceeds 0.25, where
transform_res_from_fpcs (i,j) evaluates to 0.4015984833240509,
transform_from_fpcs[i][j] evaluates to -0.010400000028312206
```
Issue can be reproduced by running in a loop until it fails:
```
(cd /.../build/test/registration && while true; do /.../build/test/registration/test_fpcs_ia /.../test/bun0.pcd /.../test/bun4.pcd || break; done)
```1 parent 5f77c27 commit bc6714e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments