You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The Python programs contained in this repository are extended versions derived f
22
22
23
23
5. tutorial2arm.py - Two-link Planar 2R robotic arm dynamics, as presented in reference \[8], simulated with ODE and Pygame.
24
24
25
-
A tutorial2eval.py Python script imported by tutorial2x.py and tutorial2bobs.py programs provides procedures for computing angular and linear accelerations from ODE modeled joints' and bodies' states for the compound double pendulum system.
25
+
A tutorial2eval.py Python script imported by tutorial2x.py and tutorial2bobs.py programs provides procedures for computing angular and linear accelerations from ODE modeled joints' and bodies' states for the compound double pendulum system. A tutorial2util.py Python script contains utility procedures to print vector and feedback data for named ODE body and joint objects respectively, and to obtain ODE body to world rotation 9-tuple matrices and convert 9-tuple matrices to row vector matrices.
26
26
27
27
The following two Python modules provide the Runge-Kutta integration functions and vector/matrix math functions utilized by each of the programs listed above.
0 commit comments