chore: add more comments

This commit is contained in:
Sébastien Crozet
2024-06-09 10:57:37 +02:00
committed by Sébastien Crozet
parent cfddaa3c46
commit edaa36ac7e
41 changed files with 897 additions and 202 deletions

View File

@@ -82,6 +82,7 @@ pub fn init_world(testbed: &mut Testbed) {
link_id,
&options,
&Isometry::from(target_point),
|_| true,
&mut displacements,
);
multibody.apply_displacements(displacements.as_slice());