File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 175175
176176 (2) ODE body 2 corresponding to rod 2 is positioned wrt to body
177177 1 and the initial angle of rod 2 is set to Theta0_2, but the
178- angle of ODE joint 2, which which attaches body 2 to body 1,
179- is always initialized to zero by ODE. Since the angle value
178+ angle of ODE joint 2, which attaches body 2 to body 1, is
179+ always initialized to zero by ODE. Since the angle value
180180 returned by the ODE getAngle method for joint 2 is equivalent
181181 to T2 minus T1 as depicted above, the sum of Theta0_2 and
182182 the getAngle value for joint 1 must be added to the getAngle
Original file line number Diff line number Diff line change 155155
156156 (2) ODE body 2 corresponding to rod 2 is positioned wrt to body
157157 1 and the initial angle of rod 2 is set to Theta0_2, but the
158- angle of ODE joint 2, which which attaches body 2 to body 1,
159- is always initialized to zero by ODE. Since the angle value
158+ angle of ODE joint 2, which attaches body 2 to body 1, is
159+ always initialized to zero by ODE. Since the angle value
160160 returned by the ODE getAngle method for joint 2 is equivalent
161161 to T2 minus T1 as depicted above, the sum of Theta0_2 and
162162 the getAngle value for joint 1 must be added to the getAngle
Original file line number Diff line number Diff line change 165165
166166 (2) ODE body 2 corresponding to rod 2 is positioned wrt to body
167167 1 and the initial angle of rod 2 is set to Theta0_2, but the
168- angle of ODE joint 2, which which attaches body 2 to body 1,
169- is always initialized to zero by ODE. Since the angle value
168+ angle of ODE joint 2, which attaches body 2 to body 1, is
169+ lways initialized to zero by ODE. Since the angle value
170170 returned by the ODE getAngle method for joint 2 is equivalent
171171 to T2 minus T1 as depicted above, the sum of Theta0_2 and
172172 the getAngle value for joint 1 must be added to the getAngle
@@ -264,7 +264,7 @@ def rodAngleToXYZ(ang):
264264#
265265# The non-linear differential equations of motion given in part (a) for the
266266# solution to 6-4 on page 505 of reference [1] are rearranged in the form
267- # Y' = Ainv*G(y,y') as presented in the associated tutorial2 .html file.
267+ # Y' = Ainv*G(y,y') as presented in associated ./docs/tutorial2x .html file.
268268# Specifically, the matrices of the discrete state representation are as
269269# follows:
270270#
You can’t perform that action at this time.
0 commit comments