Overview
Comment: | Updated names. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | origin/master | trunk |
Files: | files | file ages | folders |
SHA3-256: |
4a3bc099c9d366c225599c31245ae3f2 |
User & Date: | geraint@users.sourceforge.net on 2002-09-29 15:31:39 |
Other Links: | branch diff | manifest | tags |
Context
2002-10-24
| ||
04:19:48 | Corrected documentation check-in: 2bc2414a29 user: gawthrop@users.sourceforge.net tags: origin/master, trunk | |
2002-09-29
| ||
15:31:39 | Updated names. check-in: 4a3bc099c9 user: geraint@users.sourceforge.net tags: origin/master, trunk | |
15:31:14 | Updated cross-reference. check-in: b38149c41f user: geraint@users.sourceforge.net tags: origin/master, trunk | |
Changes
Modified mttroot/mtt/lib/examples/Hybrid/BouncingRod/BouncingRod_logic.txt from [c5ab109217] to [8a18b49e06].
1 2 3 4 5 6 7 8 9 10 11 | # -*-octave-*- Put Emacs into octave-mode # Simulation parameters for system BouncingRod (BouncingRod_logic.txt) # Generated by MTT on Thu May 18 12:14:35 BST 2000. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ############################################################### # Set the switches | > > > < < | | < < | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | # -*-octave-*- Put Emacs into octave-mode # Simulation parameters for system BouncingRod (BouncingRod_logic.txt) # Generated by MTT on Thu May 18 12:14:35 BST 2000. ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 2000/12/28 17:45:59 peterg ## To RCS ## ############################################################### # Set the switches bouncingrod_groundl_mtt_switch_logic = (bouncingrod_intfl_mttc <= 0); bouncingrod_groundr_mtt_switch_logic = (bouncingrod_intfr_mttc <= 0); |
Modified mttroot/mtt/lib/examples/Hybrid/BouncingRod/BouncingRod_state.txt from [6b6dac77c7] to [e1c17933bf].
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Initial state file (BouncingRod_state.txt) # Generated by MTT at Sun Jul 26 12:19:13 BST 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.1 2000/12/28 17:45:59 peterg ## To RCS ## ############################################################### # Set the states | > > > | < < < < < < < | | | | | | | < < < | | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 | # Initial state file (BouncingRod_state.txt) # Generated by MTT at Sun Jul 26 12:19:13 BST 1998 ############################################################### ## Version control history ############################################################### ## $Id$ ## $Log$ ## Revision 1.2 2002/05/10 12:38:11 gawthrop ## Updated to new format ## ## Revision 1.1 2000/12/28 17:45:59 peterg ## To RCS ## ############################################################### # Set the states bouncingrod_groundl_mtt_switch = 0.0; bouncingrod_groundr_mtt_switch = 0.0; bouncingrod_intfl_mttc = 10 + sin(pi/4); bouncingrod_intfr_mttc = 10 - sin(pi/4); bouncingrod_rod_j = 0.0; bouncingrod_rod_m_x = 0.0; bouncingrod_rod_m_y = 0.0; bouncingrod_rod_th_mttc = pi/4; |