Skip to content

Commit 03cc1bd

Browse files
committed
Added mention of tutorial2util.py contents.
1 parent 0426cf9 commit 03cc1bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Python programs contained in this repository are extended versions derived f
2222

2323
5. tutorial2arm.py - Two-link Planar 2R robotic arm dynamics, as presented in reference \[8], simulated with ODE and Pygame.
2424

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.
2626

2727
The following two Python modules provide the Runge-Kutta integration functions and vector/matrix math functions utilized by each of the programs listed above.
2828

0 commit comments

Comments
 (0)