Overview
Comment: | Minor formatting. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
fc177d09e60895ad7a80f09a0ac69fa1 |
User & Date: | geraint@users.sourceforge.net on 2004-09-13 10:50:36 |
Other Links: | branch diff | manifest | tags |
Context
2004-09-13
| ||
11:12:28 | Named position states. check-in: ce513cd753 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
10:50:36 | Minor formatting. check-in: fc177d09e6 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
2004-09-12
| ||
23:16:24 | A passive multiple trailer system dor indoor service robots. check-in: 09dab38f4a user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/examples/Dia/robotrain/robotrain_input.txt from [f3726c6409] to [cac5b175aa].
1 2 3 4 5 6 7 | 1 2 3 4 5 6 7 8 9 10 11 | - - - + | ## -*-octave-*- Put Emacs into octave-mode ## ## ## System robotrain, representation input, language txt; ## File robotrain_input.txt; ## Generated by MTT on Fri Sep 10 00:39:34 BST 2004; |
Modified mttroot/mtt/lib/examples/Dia/robotrain/rotate_z.pm from [1022fea680] to [3d31fd12d1].
︙ | |||
66 67 68 69 70 71 72 | 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 | - + - - - + - - - + - - - + - - - + - - - - + | my @args = @_; my $retval = ''; if ($#args == 18-1) { my ($component, |
︙ |