change voxel size in sparseSDF to handle contact with smaller objects
This commit is contained in:
@@ -103,7 +103,7 @@ struct btSparseSdf
|
|||||||
pc = pn;
|
pc = pn;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
voxelsz = 0.25;
|
voxelsz = 0.025;
|
||||||
puid = 0;
|
puid = 0;
|
||||||
ncells = 0;
|
ncells = 0;
|
||||||
nprobes = 1;
|
nprobes = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user