Skip to content

Commit e8a738a

Browse files
committed
Grammar fix in pictogram comment block.
1 parent e14a3ff commit e8a738a

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

tutorial2bobs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@
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

tutorial2rods.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@
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

tutorial2x.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@
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
#

0 commit comments

Comments
 (0)