Differences From Artifact [bbbf09e198]:
- File mttroot/mtt/lib/examples/Identification/idInvertedPendulumOnCart/sidInvertedPendulumOnCart_numpar.txt — part of check-in [6e8c859b73] at 2001-04-11 15:41:45 on branch origin/master — New identification example - friction components only (user: gawthrop@users.sourceforge.net, size: 524) [annotate] [blame] [check-ins using] [more...]
To Artifact [fd11647209]:
- File mttroot/mtt/lib/examples/Identification/idInvertedPendulumOnCart/sidInvertedPendulumOnCart_numpar.txt — part of check-in [29b09bdf62] at 2001-04-24 16:39:36 on branch origin/master — Uses new 2-port sR and sC (user: gawthrop@users.sourceforge.net, size: 546) [annotate] [blame] [check-ins using] [more...]
︙ | |||
10 11 12 13 14 15 16 17 18 19 20 21 22 23 | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | + | m_c = 0.455; # Cart mass r_c = 1.5; # Cart friction l_p = 0.61; # Pendulum length m_p = 0.210; # Pendulum mass r_p = 0.5; # Pendulum friction j_p = l_p*l_p*m_p/12; g = 9.81; # Gravity ## Sensitivity paramenters - all zero m_cs = 0.0; m_ps = 0.0; r_cs = 0.0; |
︙ |