File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
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#
You can’t perform that action at this time.
0 commit comments