Skip to content

Commit 78114e2

Browse files
committed
Added two-link descriptor to planar 2R.
1 parent cab1b69 commit 78114e2

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

tutorial2arm.py

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

0 commit comments

Comments
 (0)