We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c855ca commit c9556b4Copy full SHA for c9556b4
src/adam/core/rbd_algorithms.py
@@ -439,7 +439,7 @@ def rnea(
439
pi = self.model.tree.get_idx_from_name(link_pi.name)
440
# pi = self.tree.links.index(link_pi)
441
v[i] = X_p[i] @ v[pi] + Phi[i] * q_dot
442
- a[i] = X_p[i] @ a[pi] + self.math.spatial_skew(v[i]) @ Phi[i] * q_dot
+ a[i] = X_p[i] @ a[pi] + self.math.spatial_skew(v[i]) @ Phi[i] * q_dot + Phi[i]* q_dot_dot
443
444
f[i] = Ic[i] @ a[i] + self.math.spatial_skew_star(v[i]) @ Ic[i] @ v[i]
445
0 commit comments