Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
Co-authored-by: Filippo Luca Ferretti <[email protected]>
  • Loading branch information
traversaro and flferretti authored Mar 11, 2024
1 parent 6c763b7 commit 953e5f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/jaxsim/physics/algos/soft_contacts.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ def process_point_kinematics(
return W_p_Ci, CW_vl_WCi

# Process all the collidable points in parallel
print(model.gc.body)
W_p_Ci, CW_v_WC = jax.vmap(process_point_kinematics)(
model.gc.point.T, np.array(model.gc.body, dtype=int)
)
Expand Down
2 changes: 0 additions & 2 deletions src/jaxsim/physics/model/ground_contact.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ def build_from(
link_index_of_points = [
links_dict[cp.parent_link.name].index for cp in collidable_points
]
print(link_index_of_points)
print(type(link_index_of_points))

# Build the object
gc = GroundContact(point=points, body=link_index_of_points)
Expand Down

0 comments on commit 953e5f5

Please sign in to comment.