change voxel size in sparseSDF to handle contact with smaller objects

This commit is contained in:
Xuchen Han
2019-08-15 17:17:37 -07:00
parent b507fe77ca
commit 23cf657a1a

View File

@@ -103,7 +103,7 @@ struct btSparseSdf
pc = pn;
}
}
voxelsz = 0.25;
voxelsz = 0.025;
puid = 0;
ncells = 0;
nprobes = 1;