Skip to content

Commit 1060dec

Browse files
committed
Renamed the demo files, no need to cram the names into 6 chars anymore.
1 parent 97c0126 commit 1060dec

File tree

10 files changed

+23
-66
lines changed

10 files changed

+23
-66
lines changed

robotics-toolbox-python/demo/README

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Some tutorial/demos in increasing order of complexity.
2+
3+
transform.py transforms and quaternions
4+
trajectory.py trajectories
5+
fkine.py forward kinematics
6+
jacobian.py Jacbians
7+
ikine.py inverse dynamics, RNE etc
8+
idyn.py inverse dynamics
9+
10+
To run them
11+
12+
% python DEMO.py
13+
14+
they often pause with a 'more' prompt, to stop the text scrolling off
15+
the screen.
16+
17+
These are command line apps, but could probably be spiffed up with a
18+
wxPython interface.
19+
20+
----
21+
fdyn.py forward dynamics, not yet ported to Python
22+
animation.py animations, not yet ported to Python
23+

robotics-toolbox-python/demo/rtdemo.py

Lines changed: 0 additions & 66 deletions
This file was deleted.

0 commit comments

Comments
 (0)