Skip to content

Commit 6cff93f

Browse files
committed
Minor grammar fixes.
1 parent 09e87b9 commit 6cff93f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tutorial2arm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# File: tutorial2arm.py
88
# Auth: Gary E. Deschaines
99
# Date: 5 July 2015
10-
# Prog: Tutorial on two-link planar 2R robotic arm dynamics with PyODE
10+
# Prog: Tutorial on two-link planar 2R robotic arm dynamics with ODE
1111
# and Pygame.
1212
# Desc: Models numerical solution for robot dynamics example presented
1313
# in section 11.6 of reference [1] listed below.
@@ -16,7 +16,7 @@
1616
# planar 2R robotic manipulator as articulated body solids modeled with
1717
# Open Dynamics Engine (ODE) using torques calculated by iteratively
1818
# solving a state space representation of the dynamic equations of motion
19-
# forthe modeled system as derived by Newton-Euler recursion.
19+
# for the modeled system as derived by Newton-Euler recursion.
2020
#
2121
# Original basis for this program was obtained at
2222
#

0 commit comments

Comments
 (0)