Skip to content

Commit 064fc00

Browse files
author
ipuch
committed
oupsi
1 parent 1b6c379 commit 064fc00

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

include/pinocchio/multibody/joint/joint-ellipsoid.hpp

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,14 @@ namespace pinocchio
244244
Scalar c1c2, c1s2;
245245
c1c2 = c1 * c2;
246246
c1s2 = c1 * s2;
247+
248+
Scalar dndotx_dqdot1, dndoty_dqdot0, dndoty_dqdot1, dndotz_dqdot0, dndotz_dqdot1;
249+
dndotx_dqdot1 = c1;
250+
dndoty_dqdot0 = - c0 * c1;
251+
dndoty_dqdot1 = s0 * s1;
252+
dndotz_dqdot0 = - c1 * s0;
253+
dndotz_dqdot1 = - c0 * s1;
254+
247255

248256
Scalar S_11, S_21, S_31, S_12, S_22, S_32;
249257
// S_11 = c1 * (-radius_b * c0 * (c0 * s2 + c2 * s0 * s1) - radius_c * s0 * (- c0 * c2 * s1 + s0 * s2));

0 commit comments

Comments
 (0)