Skip to content

Commit

Permalink
Update src/adam/parametric/pytorch/computations_parametric.py
Browse files Browse the repository at this point in the history
Co-authored-by: Silvio Traversaro <[email protected]>
  • Loading branch information
Giulero and traversaro authored Jan 26, 2024
1 parent 9095103 commit 72857cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adam/parametric/pytorch/computations_parametric.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def forward_kinematics(
self,
frame,
base_transform: torch.Tensor,
joint_postitions: torch.Tensor,
joint_positions: torch.Tensor,
length_multiplier: torch.Tensor,
densities: torch.Tensor,
) -> torch.Tensor:
Expand Down

0 comments on commit 72857cb

Please sign in to comment.