From e82ef8c42784158b734931f94f70132e61506a06 Mon Sep 17 00:00:00 2001 From: Rich <m87rich@iastate.edu> Date: Thu, 1 Dec 2016 15:19:29 -0600 Subject: [PATCH] Added a dummy 3d animation block --- controls/model/3D_Animation/eigenaxis_ucart.m | 52 + controls/model/3D_Animation/license.txt | 27 + .../3D_Animation/quadrotor_world_ucart.wrl | 1030 +++++++++++++ controls/model/3D_Animation/sfun_time.c | 101 ++ controls/model/3D_Animation/sfun_time.mexw32 | Bin 0 -> 12800 bytes controls/model/3D_Animation/sfun_time.mexw64 | Bin 0 -> 13824 bytes .../ucart_graphical_animation.mdl | 1372 +++++++++++++++++ 7 files changed, 2582 insertions(+) create mode 100644 controls/model/3D_Animation/eigenaxis_ucart.m create mode 100644 controls/model/3D_Animation/license.txt create mode 100644 controls/model/3D_Animation/quadrotor_world_ucart.wrl create mode 100644 controls/model/3D_Animation/sfun_time.c create mode 100644 controls/model/3D_Animation/sfun_time.mexw32 create mode 100644 controls/model/3D_Animation/sfun_time.mexw64 create mode 100644 controls/model/3D_Animation/ucart_graphical_animation.mdl diff --git a/controls/model/3D_Animation/eigenaxis_ucart.m b/controls/model/3D_Animation/eigenaxis_ucart.m new file mode 100644 index 000000000..4e951b323 --- /dev/null +++ b/controls/model/3D_Animation/eigenaxis_ucart.m @@ -0,0 +1,52 @@ +%************************************************************************** +% Project : Autonomous Helicopter +% Group : 05gr835 +% Created : 2005-04-28 +% Edited : 2005-05-25 +% ------------------------------------------------------------------------- +% The non-linear model contains the following files: +% +% thrusten.m : Main rotor thrust equations +% rigid.m : Rigid body equations +% parameters.m : Helicopter parameters +% mrflap.m : Main rotor flapping equations +% force_torque.m : Force and torque equations +% eigenaxis.m : Eigen axis rotation for use in VR toolbox + +%************************************************************************** + +% eigenaxis.m : This file contains the eigen axis rotation +%algorithm. This file is created by group 05gr830. + +function y = eigenaxis(u) + + +if abs(u(1))< 0.0001 + u(1) = 0.0001; +end + +if abs(u(2))< 0.0001 + u(2) = 0.0001; +end + +if abs(u(3))< 0.0001 + u(3) = 0.0001; +end + +u = [ -u(1); -u(2); u(3) ];% [Pitch, Yaw, Roll] + +C11 = cos(u(2))*cos(u(3)); +C12 = cos(u(2))*sin(u(3)); +C13 = -sin(u(2)); +C21 = sin(u(1))*sin(u(2))*cos(u(3))-cos(u(1))*sin(u(3)); +C22 = sin(u(1))*sin(u(2))*sin(u(3))+cos(u(1))*cos(u(3)); +C23 = sin(u(1))*cos(u(2)); +C31 = cos(u(1))*sin(u(2))*cos(u(3))+sin(u(1))*sin(u(3)); +C32 = cos(u(1))*sin(u(2))*sin(u(3))-sin(u(1))*cos(u(3)); +C33 = cos(u(1))*cos(u(2)); + +theta = acos(0.5*(C11+C22+C33-1)); + +e = [C23-C32; C31-C13; C12-C21]/(2*sin(theta)); + +y = [e; theta]; diff --git a/controls/model/3D_Animation/license.txt b/controls/model/3D_Animation/license.txt new file mode 100644 index 000000000..fb7c123be --- /dev/null +++ b/controls/model/3D_Animation/license.txt @@ -0,0 +1,27 @@ +Copyright (c) 2009, The MathWorks, Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in + the documentation and/or other materials provided with the distribution + * Neither the name of the The MathWorks, Inc. nor the names + of its contributors may be used to endorse or promote products derived + from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +POSSIBILITY OF SUCH DAMAGE. diff --git a/controls/model/3D_Animation/quadrotor_world_ucart.wrl b/controls/model/3D_Animation/quadrotor_world_ucart.wrl new file mode 100644 index 000000000..eb0ece0c8 --- /dev/null +++ b/controls/model/3D_Animation/quadrotor_world_ucart.wrl @@ -0,0 +1,1030 @@ +#VRML V2.0 utf8 + +#Created with V-Realm Builder v2.0 +#Integrated Data Systems Inc. +#www.ids-net.com + + +PointLight { + location -0.8 1 1 +} +PointLight { + location 1.1 1.1 0 +} +DEF Viewport_heli Viewpoint { + fieldOfView 0.785398 + orientation 1 0 0 0.188496 + position 0.024 -0.191 11.9975 +} +DEF Helicopter Transform { + translation 0 0 0 + scale 0.108 0.108 0.108 + children [ + DEF Rotor_1 Transform { + translation 10 0 10 + scale 1.00001 1.00001 1.00001 + children Shape { + appearance Appearance { + material Material { + ambientIntensity 0.9551 + diffuseColor 0.6163 0.6163 0.6163 + shininess 0.3 + specularColor 0.3 0.3 0.3 + } + + } + + geometry IndexedFaceSet { + color NULL + coord DEF _v2%0 Coordinate { + point [ 1.87355 -2.12 -0.139033, + 0.783522 -2.076 0.446909, + 0.783515 -2.267 0.566909, + 0.783572 -2.266 -0.517091, + 1.87352 -2.12 0.566967, + 1.80752 -2.12 0.566963, + 1.87359 -2.266 -0.877033, + 1.87355 -2.267 -0.047033, + 1.87352 -2.267 0.566967, + 1.80752 -2.267 0.566963, + 1.80755 -2.12 -0.129037, + 1.80755 -2.267 -0.037037, + 1.80759 -2.266 -0.867037, + 1.80659 -2.12 -0.874037, + 1.87259 -2.12 -0.884034, + -1.18645 -2.12 -0.139194, + -1.18541 -2.12 -0.884194, + -1.11941 -2.12 -0.874191, + -1.12041 -2.266 -0.867191, + -1.12045 -2.12 -0.129191, + -1.12048 -2.12 0.566809, + -1.12048 -2.267 0.566809, + -1.18649 -2.267 0.566806, + -1.18645 -2.267 -0.047194, + -1.12045 -2.267 -0.037191, + -1.18641 -2.266 -0.877194, + -1.18649 -2.12 0.566806, + -0.096428 -2.266 -0.517137, + -0.096485 -2.267 0.566863, + -0.096479 -2.076 0.446863, + 0.591406 -3.166 2.6379, + 0.095406 -3.166 2.63787, + 0.095406 -2.912 2.63787, + 0.219395 -3.166 2.85388, + 0.219395 -2.912 2.85388, + 0.467395 -2.912 2.85389, + 0.467395 -3.166 2.85389, + 0.467418 -2.912 2.42289, + 0.219418 -2.912 2.42288, + 0.591406 -2.912 2.6379, + 0.219418 -3.166 2.42288, + 0.467418 -3.166 2.42289, + 0.434395 -3.132 2.85389, + 0.252395 -3.132 2.85388, + 0.252395 -2.946 2.85388, + 0.434395 -2.946 2.85389, + 0.269336 -3.076 3.96788, + 0.417336 -3.129 3.96789, + 0.417336 -3.076 3.96789, + 0.269336 -3.129 3.96788, + 0.269395 -3.012 2.85388, + 0.269395 -3.066 2.85388, + 0.367395 -2.962 2.85389, + 0.319395 -2.962 2.85388, + 0.417395 -3.066 2.85389, + 0.417395 -3.012 2.85389, + 0.367336 -3.179 3.96789, + 0.319336 -3.179 3.96789, + 0.319395 -3.116 2.85388, + 0.367395 -3.116 2.85389, + 0.319336 -3.026 3.96789, + 0.367336 -3.026 3.96789, + 6.61556 0.193 -0.215784, + 5.14735 -0.086 3.80614, + 1.43223 -0.234 5.94594, + -4.46066 -0.086 3.80563, + -5.92844 0.192 -0.216444, + -4.46123 0.471 -4.23737, + -0.74512 0.619 -6.37717, + 3.47884 0.568 -5.63495, + 5.14777 0.471 -4.23786, + 5.14777 0.532 -4.23786, + 3.47884 0.628 -5.63495, + -0.74512 0.68 -6.37717, + -4.46123 0.531 -4.23737, + -5.92844 0.253 -0.216444, + -4.46066 -0.025 3.80563, + 1.43223 -0.173 5.94594, + 5.14735 -0.025 3.80614, + 6.61556 0.253 -0.215784, + 0.614972 0.679 -8.1101, + 0.614936 0.106 -7.4281, + 0.614936 -1.196 -7.4281, + 0.614972 -1.767 -8.1101, + 0.615018 -1.768 -9.0011, + 0.615054 -1.196 -9.6831, + 0.615062 -0.319 -9.8381, + 0.615054 0.106 -9.6831, + 0.615039 0.453 -9.3931, + 0.615018 0.679 -9.0011, + 0.530019 0.679 -9.0011, + 0.530039 0.453 -9.39311, + 0.530054 0.106 -9.68311, + 0.530062 -0.319 -9.83811, + 0.530054 -1.196 -9.68311, + 0.530019 -1.768 -9.0011, + 0.529972 -1.767 -8.1101, + 0.529936 -1.196 -7.4281, + 0.529928 -0.319 -7.2731, + 0.529936 0.106 -7.4281, + 0.529972 0.679 -8.1101, + 0.255231 -2.14915 -7.3791, + 0.758162 -2.59984 3.36791, + 0.594847 -2.54881 3.72511, + -0.062854 -2.59984 3.36787, + 0.594839 -1.93645 3.87253, + 0.100415 -1.93645 3.8725, + 0.75818 -1.70965 3.02771, + -0.062836 -1.70965 3.02767, + 0.758223 -1.02925 2.19989, + -0.062793 -1.02925 2.19985, + 0.758299 -0.830803 0.75404, + -0.062717 -0.830803 0.753997, + 0.758301 -0.314833 0.72002, + -0.062715 -0.314833 0.719977, + 0.758416 -0.415926 -1.4647, + -0.0626 -0.415926 -1.46475, + -0.062585 -0.937566 -1.74258, + 0.477454 -1.87132 -6.6023, + 0.214366 -1.87132 -6.60231, + 0.441263 -0.495408 -8.43416, + 0.250751 -0.495408 -8.43417, + 0.414074 -0.461388 -8.95013, + 0.277994 -0.461388 -8.95014, + 0.436671 -2.14915 -7.37909, + 0.4548 -2.34193 -7.08992, + 0.241608 -2.34193 -7.08993, + 0.758426 -3.16939 -1.65658, + -0.06259 -3.16939 -1.65662, + 0.758217 -3.03428 2.31419, + -0.062799 -3.03428 2.31415, + -0.062716 -1.54522 0.742657, + -0.062569 -1.57261 -2.04875, + 0.7583 -1.54522 0.7427, + 0.758431 -0.937566 -1.74253, + 0.758447 -1.57261 -2.04871, + 0.100423 -2.54881 3.72509, + -0.476109 -1.54522 0.742637, + -0.47611 -0.830803 0.753977, + -0.063333 -1.54522 0.742658, + -0.063334 -0.830803 0.753998, + -0.475978 -0.937566 -1.74259, + -0.063202 -0.937566 -1.74257, + 1.17046 -0.830803 0.754063, + 0.757682 -0.830803 0.754041, + 1.17064 -1.59392 -2.71303, + 1.17046 -1.54522 0.742723, + 0.757683 -1.54522 0.742701, + 0.75783 -1.57261 -2.04871, + 1.17059 -0.937566 -1.74251, + -0.475928 -1.57816 -2.70774, + -0.475962 -1.57261 -2.04878, + -0.063153 -0.955725 -2.674, + -0.475929 -0.955725 -2.67402, + -0.063186 -1.57261 -2.04875, + -0.063152 -1.57816 -2.70772, + 1.17061 -1.57261 -2.04869, + 1.17064 -0.971488 -2.67932, + 0.757865 -1.59392 -2.71305, + 0.757814 -0.937566 -1.74253, + 0.757863 -0.971488 -2.67934, + 1.43188 0.68 -6.37806, + 1.43188 0.619 -6.37806, + -2.79216 0.628 -5.63428, + -2.79216 0.567 -5.63428, + -5.55033 0.401 -2.35642, + -5.55033 0.34 -2.35642, + -5.54956 0.105 1.92358, + -5.54956 0.044 1.92358, + -0.744768 -0.173 5.94583, + -0.744768 -0.234 5.94583, + 3.47927 -0.122 5.20305, + 3.47927 -0.183 5.20305, + 6.23667 0.341 -2.3568, + 6.23667 0.402 -2.3568, + 6.23644 0.044 1.9242, + 6.23644 0.105 1.9242, + 0.530062 -0.771 -9.83811, + 0.615062 -0.771 -9.8381, + 0.530039 -1.542 -9.3921, + 0.615039 -1.542 -9.3921, + 0.529995 -1.846 -8.5551, + 0.614995 -1.846 -8.5551, + 0.529951 -1.542 -7.7181, + 0.614951 -1.542 -7.7181, + 0.529928 -0.771 -7.2731, + 0.614928 -0.771 -7.2731, + 0.614928 -0.319 -7.2731, + 0.529951 0.453 -7.7181, + 0.614951 0.453 -7.7181, + 0.614995 0.757 -8.5551, + 0.529995 0.757 -8.5551, + -2.79173 -0.122 5.20272, + -2.79173 -0.183 5.20272 ] + } + + creaseAngle 1 + coordIndex [ 78, 171, 172, 63, -1, 74, 163, 164, + 67, -1, 62, 175, 63, 172, 64, 170, + 193, 65, 168, 66, 166, 67, 164, 68, + 162, 69, 70, 173, -1, 165, 74, 67, + 166, -1, 173, 70, 71, 174, -1, 175, + 62, 79, 176, -1, 167, 75, 66, 168, + -1, 175, 176, 78, 63, -1, 73, 161, + 162, 68, -1, 77, 169, 170, 64, -1, + 62, 173, 174, 79, -1, 75, 165, 166, + 66, -1, 174, 71, 72, 161, 73, 163, + 74, 165, 75, 167, 76, 192, 169, 77, + 171, 78, 176, 79, -1, 163, 73, 68, + 164, -1, 171, 77, 64, 172, -1, 192, + 76, 65, 193, -1, 169, 192, 193, 170, + -1, 161, 72, 69, 162, -1, 72, 71, + 70, 69, -1, 76, 167, 168, 65, -1, + -1 ] + colorIndex [ ] + } + + } + } + + DEF Rotor_2 Transform { + translation 10 0 -10 + scale 0.999617 0.999617 0.999617 + children Shape { + appearance Appearance { + material Material { + ambientIntensity 0.9551 + diffuseColor 0.6163 0.6163 0.6163 + shininess 0.3 + specularColor 0.3 0.3 0.3 + } + + } + + geometry IndexedFaceSet { + coord DEF _v2%0 Coordinate { + point [ 1.87355 -2.12 -0.139033, + 0.783522 -2.076 0.446909, + 0.783515 -2.267 0.566909, + 0.783572 -2.266 -0.517091, + 1.87352 -2.12 0.566967, + 1.80752 -2.12 0.566963, + 1.87359 -2.266 -0.877033, + 1.87355 -2.267 -0.047033, + 1.87352 -2.267 0.566967, + 1.80752 -2.267 0.566963, + 1.80755 -2.12 -0.129037, + 1.80755 -2.267 -0.037037, + 1.80759 -2.266 -0.867037, + 1.80659 -2.12 -0.874037, + 1.87259 -2.12 -0.884034, + -1.18645 -2.12 -0.139194, + -1.18541 -2.12 -0.884194, + -1.11941 -2.12 -0.874191, + -1.12041 -2.266 -0.867191, + -1.12045 -2.12 -0.129191, + -1.12048 -2.12 0.566809, + -1.12048 -2.267 0.566809, + -1.18649 -2.267 0.566806, + -1.18645 -2.267 -0.047194, + -1.12045 -2.267 -0.037191, + -1.18641 -2.266 -0.877194, + -1.18649 -2.12 0.566806, + -0.096428 -2.266 -0.517137, + -0.096485 -2.267 0.566863, + -0.096479 -2.076 0.446863, + 0.591406 -3.166 2.6379, + 0.095406 -3.166 2.63787, + 0.095406 -2.912 2.63787, + 0.219395 -3.166 2.85388, + 0.219395 -2.912 2.85388, + 0.467395 -2.912 2.85389, + 0.467395 -3.166 2.85389, + 0.467418 -2.912 2.42289, + 0.219418 -2.912 2.42288, + 0.591406 -2.912 2.6379, + 0.219418 -3.166 2.42288, + 0.467418 -3.166 2.42289, + 0.434395 -3.132 2.85389, + 0.252395 -3.132 2.85388, + 0.252395 -2.946 2.85388, + 0.434395 -2.946 2.85389, + 0.269336 -3.076 3.96788, + 0.417336 -3.129 3.96789, + 0.417336 -3.076 3.96789, + 0.269336 -3.129 3.96788, + 0.269395 -3.012 2.85388, + 0.269395 -3.066 2.85388, + 0.367395 -2.962 2.85389, + 0.319395 -2.962 2.85388, + 0.417395 -3.066 2.85389, + 0.417395 -3.012 2.85389, + 0.367336 -3.179 3.96789, + 0.319336 -3.179 3.96789, + 0.319395 -3.116 2.85388, + 0.367395 -3.116 2.85389, + 0.319336 -3.026 3.96789, + 0.367336 -3.026 3.96789, + 6.61556 0.193 -0.215784, + 5.14735 -0.086 3.80614, + 1.43223 -0.234 5.94594, + -4.46066 -0.086 3.80563, + -5.92844 0.192 -0.216444, + -4.46123 0.471 -4.23737, + -0.74512 0.619 -6.37717, + 3.47884 0.568 -5.63495, + 5.14777 0.471 -4.23786, + 5.14777 0.532 -4.23786, + 3.47884 0.628 -5.63495, + -0.74512 0.68 -6.37717, + -4.46123 0.531 -4.23737, + -5.92844 0.253 -0.216444, + -4.46066 -0.025 3.80563, + 1.43223 -0.173 5.94594, + 5.14735 -0.025 3.80614, + 6.61556 0.253 -0.215784, + 0.614972 0.679 -8.1101, + 0.614936 0.106 -7.4281, + 0.614936 -1.196 -7.4281, + 0.614972 -1.767 -8.1101, + 0.615018 -1.768 -9.0011, + 0.615054 -1.196 -9.6831, + 0.615062 -0.319 -9.8381, + 0.615054 0.106 -9.6831, + 0.615039 0.453 -9.3931, + 0.615018 0.679 -9.0011, + 0.530019 0.679 -9.0011, + 0.530039 0.453 -9.39311, + 0.530054 0.106 -9.68311, + 0.530062 -0.319 -9.83811, + 0.530054 -1.196 -9.68311, + 0.530019 -1.768 -9.0011, + 0.529972 -1.767 -8.1101, + 0.529936 -1.196 -7.4281, + 0.529928 -0.319 -7.2731, + 0.529936 0.106 -7.4281, + 0.529972 0.679 -8.1101, + 0.255231 -2.14915 -7.3791, + 0.758162 -2.59984 3.36791, + 0.594847 -2.54881 3.72511, + -0.062854 -2.59984 3.36787, + 0.594839 -1.93645 3.87253, + 0.100415 -1.93645 3.8725, + 0.75818 -1.70965 3.02771, + -0.062836 -1.70965 3.02767, + 0.758223 -1.02925 2.19989, + -0.062793 -1.02925 2.19985, + 0.758299 -0.830803 0.75404, + -0.062717 -0.830803 0.753997, + 0.758301 -0.314833 0.72002, + -0.062715 -0.314833 0.719977, + 0.758416 -0.415926 -1.4647, + -0.0626 -0.415926 -1.46475, + -0.062585 -0.937566 -1.74258, + 0.477454 -1.87132 -6.6023, + 0.214366 -1.87132 -6.60231, + 0.441263 -0.495408 -8.43416, + 0.250751 -0.495408 -8.43417, + 0.414074 -0.461388 -8.95013, + 0.277994 -0.461388 -8.95014, + 0.436671 -2.14915 -7.37909, + 0.4548 -2.34193 -7.08992, + 0.241608 -2.34193 -7.08993, + 0.758426 -3.16939 -1.65658, + -0.06259 -3.16939 -1.65662, + 0.758217 -3.03428 2.31419, + -0.062799 -3.03428 2.31415, + -0.062716 -1.54522 0.742657, + -0.062569 -1.57261 -2.04875, + 0.7583 -1.54522 0.7427, + 0.758431 -0.937566 -1.74253, + 0.758447 -1.57261 -2.04871, + 0.100423 -2.54881 3.72509, + -0.476109 -1.54522 0.742637, + -0.47611 -0.830803 0.753977, + -0.063333 -1.54522 0.742658, + -0.063334 -0.830803 0.753998, + -0.475978 -0.937566 -1.74259, + -0.063202 -0.937566 -1.74257, + 1.17046 -0.830803 0.754063, + 0.757682 -0.830803 0.754041, + 1.17064 -1.59392 -2.71303, + 1.17046 -1.54522 0.742723, + 0.757683 -1.54522 0.742701, + 0.75783 -1.57261 -2.04871, + 1.17059 -0.937566 -1.74251, + -0.475928 -1.57816 -2.70774, + -0.475962 -1.57261 -2.04878, + -0.063153 -0.955725 -2.674, + -0.475929 -0.955725 -2.67402, + -0.063186 -1.57261 -2.04875, + -0.063152 -1.57816 -2.70772, + 1.17061 -1.57261 -2.04869, + 1.17064 -0.971488 -2.67932, + 0.757865 -1.59392 -2.71305, + 0.757814 -0.937566 -1.74253, + 0.757863 -0.971488 -2.67934, + 1.43188 0.68 -6.37806, + 1.43188 0.619 -6.37806, + -2.79216 0.628 -5.63428, + -2.79216 0.567 -5.63428, + -5.55033 0.401 -2.35642, + -5.55033 0.34 -2.35642, + -5.54956 0.105 1.92358, + -5.54956 0.044 1.92358, + -0.744768 -0.173 5.94583, + -0.744768 -0.234 5.94583, + 3.47927 -0.122 5.20305, + 3.47927 -0.183 5.20305, + 6.23667 0.341 -2.3568, + 6.23667 0.402 -2.3568, + 6.23644 0.044 1.9242, + 6.23644 0.105 1.9242, + 0.530062 -0.771 -9.83811, + 0.615062 -0.771 -9.8381, + 0.530039 -1.542 -9.3921, + 0.615039 -1.542 -9.3921, + 0.529995 -1.846 -8.5551, + 0.614995 -1.846 -8.5551, + 0.529951 -1.542 -7.7181, + 0.614951 -1.542 -7.7181, + 0.529928 -0.771 -7.2731, + 0.614928 -0.771 -7.2731, + 0.614928 -0.319 -7.2731, + 0.529951 0.453 -7.7181, + 0.614951 0.453 -7.7181, + 0.614995 0.757 -8.5551, + 0.529995 0.757 -8.5551, + -2.79173 -0.122 5.20272, + -2.79173 -0.183 5.20272 ] + } + + creaseAngle 1 + coordIndex [ 78, 171, 172, 63, -1, 74, 163, 164, + 67, -1, 62, 175, 63, 172, 64, 170, + 193, 65, 168, 66, 166, 67, 164, 68, + 162, 69, 70, 173, -1, 165, 74, 67, + 166, -1, 173, 70, 71, 174, -1, 175, + 62, 79, 176, -1, 167, 75, 66, 168, + -1, 175, 176, 78, 63, -1, 73, 161, + 162, 68, -1, 77, 169, 170, 64, -1, + 62, 173, 174, 79, -1, 75, 165, 166, + 66, -1, 174, 71, 72, 161, 73, 163, + 74, 165, 75, 167, 76, 192, 169, 77, + 171, 78, 176, 79, -1, 163, 73, 68, + 164, -1, 171, 77, 64, 172, -1, 192, + 76, 65, 193, -1, 169, 192, 193, 170, + -1, 161, 72, 69, 162, -1, 72, 71, + 70, 69, -1, 76, 167, 168, 65, -1, + -1 ] + } + + } + } + + DEF Rotor_3 Transform { + translation -10 0 -10 + scale 0.999617 0.999617 0.999617 + children Shape { + appearance Appearance { + material Material { + ambientIntensity 0.9551 + diffuseColor 0.6163 0.6163 0.6163 + shininess 0.3 + specularColor 0.3 0.3 0.3 + } + + } + + geometry IndexedFaceSet { + coord DEF _v2%0 Coordinate { + point [ 1.87355 -2.12 -0.139033, + 0.783522 -2.076 0.446909, + 0.783515 -2.267 0.566909, + 0.783572 -2.266 -0.517091, + 1.87352 -2.12 0.566967, + 1.80752 -2.12 0.566963, + 1.87359 -2.266 -0.877033, + 1.87355 -2.267 -0.047033, + 1.87352 -2.267 0.566967, + 1.80752 -2.267 0.566963, + 1.80755 -2.12 -0.129037, + 1.80755 -2.267 -0.037037, + 1.80759 -2.266 -0.867037, + 1.80659 -2.12 -0.874037, + 1.87259 -2.12 -0.884034, + -1.18645 -2.12 -0.139194, + -1.18541 -2.12 -0.884194, + -1.11941 -2.12 -0.874191, + -1.12041 -2.266 -0.867191, + -1.12045 -2.12 -0.129191, + -1.12048 -2.12 0.566809, + -1.12048 -2.267 0.566809, + -1.18649 -2.267 0.566806, + -1.18645 -2.267 -0.047194, + -1.12045 -2.267 -0.037191, + -1.18641 -2.266 -0.877194, + -1.18649 -2.12 0.566806, + -0.096428 -2.266 -0.517137, + -0.096485 -2.267 0.566863, + -0.096479 -2.076 0.446863, + 0.591406 -3.166 2.6379, + 0.095406 -3.166 2.63787, + 0.095406 -2.912 2.63787, + 0.219395 -3.166 2.85388, + 0.219395 -2.912 2.85388, + 0.467395 -2.912 2.85389, + 0.467395 -3.166 2.85389, + 0.467418 -2.912 2.42289, + 0.219418 -2.912 2.42288, + 0.591406 -2.912 2.6379, + 0.219418 -3.166 2.42288, + 0.467418 -3.166 2.42289, + 0.434395 -3.132 2.85389, + 0.252395 -3.132 2.85388, + 0.252395 -2.946 2.85388, + 0.434395 -2.946 2.85389, + 0.269336 -3.076 3.96788, + 0.417336 -3.129 3.96789, + 0.417336 -3.076 3.96789, + 0.269336 -3.129 3.96788, + 0.269395 -3.012 2.85388, + 0.269395 -3.066 2.85388, + 0.367395 -2.962 2.85389, + 0.319395 -2.962 2.85388, + 0.417395 -3.066 2.85389, + 0.417395 -3.012 2.85389, + 0.367336 -3.179 3.96789, + 0.319336 -3.179 3.96789, + 0.319395 -3.116 2.85388, + 0.367395 -3.116 2.85389, + 0.319336 -3.026 3.96789, + 0.367336 -3.026 3.96789, + 6.61556 0.193 -0.215784, + 5.14735 -0.086 3.80614, + 1.43223 -0.234 5.94594, + -4.46066 -0.086 3.80563, + -5.92844 0.192 -0.216444, + -4.46123 0.471 -4.23737, + -0.74512 0.619 -6.37717, + 3.47884 0.568 -5.63495, + 5.14777 0.471 -4.23786, + 5.14777 0.532 -4.23786, + 3.47884 0.628 -5.63495, + -0.74512 0.68 -6.37717, + -4.46123 0.531 -4.23737, + -5.92844 0.253 -0.216444, + -4.46066 -0.025 3.80563, + 1.43223 -0.173 5.94594, + 5.14735 -0.025 3.80614, + 6.61556 0.253 -0.215784, + 0.614972 0.679 -8.1101, + 0.614936 0.106 -7.4281, + 0.614936 -1.196 -7.4281, + 0.614972 -1.767 -8.1101, + 0.615018 -1.768 -9.0011, + 0.615054 -1.196 -9.6831, + 0.615062 -0.319 -9.8381, + 0.615054 0.106 -9.6831, + 0.615039 0.453 -9.3931, + 0.615018 0.679 -9.0011, + 0.530019 0.679 -9.0011, + 0.530039 0.453 -9.39311, + 0.530054 0.106 -9.68311, + 0.530062 -0.319 -9.83811, + 0.530054 -1.196 -9.68311, + 0.530019 -1.768 -9.0011, + 0.529972 -1.767 -8.1101, + 0.529936 -1.196 -7.4281, + 0.529928 -0.319 -7.2731, + 0.529936 0.106 -7.4281, + 0.529972 0.679 -8.1101, + 0.255231 -2.14915 -7.3791, + 0.758162 -2.59984 3.36791, + 0.594847 -2.54881 3.72511, + -0.062854 -2.59984 3.36787, + 0.594839 -1.93645 3.87253, + 0.100415 -1.93645 3.8725, + 0.75818 -1.70965 3.02771, + -0.062836 -1.70965 3.02767, + 0.758223 -1.02925 2.19989, + -0.062793 -1.02925 2.19985, + 0.758299 -0.830803 0.75404, + -0.062717 -0.830803 0.753997, + 0.758301 -0.314833 0.72002, + -0.062715 -0.314833 0.719977, + 0.758416 -0.415926 -1.4647, + -0.0626 -0.415926 -1.46475, + -0.062585 -0.937566 -1.74258, + 0.477454 -1.87132 -6.6023, + 0.214366 -1.87132 -6.60231, + 0.441263 -0.495408 -8.43416, + 0.250751 -0.495408 -8.43417, + 0.414074 -0.461388 -8.95013, + 0.277994 -0.461388 -8.95014, + 0.436671 -2.14915 -7.37909, + 0.4548 -2.34193 -7.08992, + 0.241608 -2.34193 -7.08993, + 0.758426 -3.16939 -1.65658, + -0.06259 -3.16939 -1.65662, + 0.758217 -3.03428 2.31419, + -0.062799 -3.03428 2.31415, + -0.062716 -1.54522 0.742657, + -0.062569 -1.57261 -2.04875, + 0.7583 -1.54522 0.7427, + 0.758431 -0.937566 -1.74253, + 0.758447 -1.57261 -2.04871, + 0.100423 -2.54881 3.72509, + -0.476109 -1.54522 0.742637, + -0.47611 -0.830803 0.753977, + -0.063333 -1.54522 0.742658, + -0.063334 -0.830803 0.753998, + -0.475978 -0.937566 -1.74259, + -0.063202 -0.937566 -1.74257, + 1.17046 -0.830803 0.754063, + 0.757682 -0.830803 0.754041, + 1.17064 -1.59392 -2.71303, + 1.17046 -1.54522 0.742723, + 0.757683 -1.54522 0.742701, + 0.75783 -1.57261 -2.04871, + 1.17059 -0.937566 -1.74251, + -0.475928 -1.57816 -2.70774, + -0.475962 -1.57261 -2.04878, + -0.063153 -0.955725 -2.674, + -0.475929 -0.955725 -2.67402, + -0.063186 -1.57261 -2.04875, + -0.063152 -1.57816 -2.70772, + 1.17061 -1.57261 -2.04869, + 1.17064 -0.971488 -2.67932, + 0.757865 -1.59392 -2.71305, + 0.757814 -0.937566 -1.74253, + 0.757863 -0.971488 -2.67934, + 1.43188 0.68 -6.37806, + 1.43188 0.619 -6.37806, + -2.79216 0.628 -5.63428, + -2.79216 0.567 -5.63428, + -5.55033 0.401 -2.35642, + -5.55033 0.34 -2.35642, + -5.54956 0.105 1.92358, + -5.54956 0.044 1.92358, + -0.744768 -0.173 5.94583, + -0.744768 -0.234 5.94583, + 3.47927 -0.122 5.20305, + 3.47927 -0.183 5.20305, + 6.23667 0.341 -2.3568, + 6.23667 0.402 -2.3568, + 6.23644 0.044 1.9242, + 6.23644 0.105 1.9242, + 0.530062 -0.771 -9.83811, + 0.615062 -0.771 -9.8381, + 0.530039 -1.542 -9.3921, + 0.615039 -1.542 -9.3921, + 0.529995 -1.846 -8.5551, + 0.614995 -1.846 -8.5551, + 0.529951 -1.542 -7.7181, + 0.614951 -1.542 -7.7181, + 0.529928 -0.771 -7.2731, + 0.614928 -0.771 -7.2731, + 0.614928 -0.319 -7.2731, + 0.529951 0.453 -7.7181, + 0.614951 0.453 -7.7181, + 0.614995 0.757 -8.5551, + 0.529995 0.757 -8.5551, + -2.79173 -0.122 5.20272, + -2.79173 -0.183 5.20272 ] + } + + creaseAngle 1 + coordIndex [ 78, 171, 172, 63, -1, 74, 163, 164, + 67, -1, 62, 175, 63, 172, 64, 170, + 193, 65, 168, 66, 166, 67, 164, 68, + 162, 69, 70, 173, -1, 165, 74, 67, + 166, -1, 173, 70, 71, 174, -1, 175, + 62, 79, 176, -1, 167, 75, 66, 168, + -1, 175, 176, 78, 63, -1, 73, 161, + 162, 68, -1, 77, 169, 170, 64, -1, + 62, 173, 174, 79, -1, 75, 165, 166, + 66, -1, 174, 71, 72, 161, 73, 163, + 74, 165, 75, 167, 76, 192, 169, 77, + 171, 78, 176, 79, -1, 163, 73, 68, + 164, -1, 171, 77, 64, 172, -1, 192, + 76, 65, 193, -1, 169, 192, 193, 170, + -1, 161, 72, 69, 162, -1, 72, 71, + 70, 69, -1, 76, 167, 168, 65, -1, + -1 ] + } + + } + } + + DEF Center Transform { + translation 0 -1 0 + scale 1.11653 1.11653 1.11653 + children Shape { + appearance Appearance { + material Material { + } + + } + + geometry Box { + size 5 1.5 5 + } + + } + } + + DEF Rotor_4 Transform { + translation -10 0 10 + scale 0.999617 0.999617 0.999617 + children Shape { + appearance Appearance { + material Material { + ambientIntensity 0.9551 + diffuseColor 0.6163 0.6163 0.6163 + shininess 0.3 + specularColor 0.3 0.3 0.3 + } + + } + + geometry IndexedFaceSet { + coord DEF _v2%0 Coordinate { + point [ 1.87355 -2.12 -0.139033, + 0.783522 -2.076 0.446909, + 0.783515 -2.267 0.566909, + 0.783572 -2.266 -0.517091, + 1.87352 -2.12 0.566967, + 1.80752 -2.12 0.566963, + 1.87359 -2.266 -0.877033, + 1.87355 -2.267 -0.047033, + 1.87352 -2.267 0.566967, + 1.80752 -2.267 0.566963, + 1.80755 -2.12 -0.129037, + 1.80755 -2.267 -0.037037, + 1.80759 -2.266 -0.867037, + 1.80659 -2.12 -0.874037, + 1.87259 -2.12 -0.884034, + -1.18645 -2.12 -0.139194, + -1.18541 -2.12 -0.884194, + -1.11941 -2.12 -0.874191, + -1.12041 -2.266 -0.867191, + -1.12045 -2.12 -0.129191, + -1.12048 -2.12 0.566809, + -1.12048 -2.267 0.566809, + -1.18649 -2.267 0.566806, + -1.18645 -2.267 -0.047194, + -1.12045 -2.267 -0.037191, + -1.18641 -2.266 -0.877194, + -1.18649 -2.12 0.566806, + -0.096428 -2.266 -0.517137, + -0.096485 -2.267 0.566863, + -0.096479 -2.076 0.446863, + 0.591406 -3.166 2.6379, + 0.095406 -3.166 2.63787, + 0.095406 -2.912 2.63787, + 0.219395 -3.166 2.85388, + 0.219395 -2.912 2.85388, + 0.467395 -2.912 2.85389, + 0.467395 -3.166 2.85389, + 0.467418 -2.912 2.42289, + 0.219418 -2.912 2.42288, + 0.591406 -2.912 2.6379, + 0.219418 -3.166 2.42288, + 0.467418 -3.166 2.42289, + 0.434395 -3.132 2.85389, + 0.252395 -3.132 2.85388, + 0.252395 -2.946 2.85388, + 0.434395 -2.946 2.85389, + 0.269336 -3.076 3.96788, + 0.417336 -3.129 3.96789, + 0.417336 -3.076 3.96789, + 0.269336 -3.129 3.96788, + 0.269395 -3.012 2.85388, + 0.269395 -3.066 2.85388, + 0.367395 -2.962 2.85389, + 0.319395 -2.962 2.85388, + 0.417395 -3.066 2.85389, + 0.417395 -3.012 2.85389, + 0.367336 -3.179 3.96789, + 0.319336 -3.179 3.96789, + 0.319395 -3.116 2.85388, + 0.367395 -3.116 2.85389, + 0.319336 -3.026 3.96789, + 0.367336 -3.026 3.96789, + 6.61556 0.193 -0.215784, + 5.14735 -0.086 3.80614, + 1.43223 -0.234 5.94594, + -4.46066 -0.086 3.80563, + -5.92844 0.192 -0.216444, + -4.46123 0.471 -4.23737, + -0.74512 0.619 -6.37717, + 3.47884 0.568 -5.63495, + 5.14777 0.471 -4.23786, + 5.14777 0.532 -4.23786, + 3.47884 0.628 -5.63495, + -0.74512 0.68 -6.37717, + -4.46123 0.531 -4.23737, + -5.92844 0.253 -0.216444, + -4.46066 -0.025 3.80563, + 1.43223 -0.173 5.94594, + 5.14735 -0.025 3.80614, + 6.61556 0.253 -0.215784, + 0.614972 0.679 -8.1101, + 0.614936 0.106 -7.4281, + 0.614936 -1.196 -7.4281, + 0.614972 -1.767 -8.1101, + 0.615018 -1.768 -9.0011, + 0.615054 -1.196 -9.6831, + 0.615062 -0.319 -9.8381, + 0.615054 0.106 -9.6831, + 0.615039 0.453 -9.3931, + 0.615018 0.679 -9.0011, + 0.530019 0.679 -9.0011, + 0.530039 0.453 -9.39311, + 0.530054 0.106 -9.68311, + 0.530062 -0.319 -9.83811, + 0.530054 -1.196 -9.68311, + 0.530019 -1.768 -9.0011, + 0.529972 -1.767 -8.1101, + 0.529936 -1.196 -7.4281, + 0.529928 -0.319 -7.2731, + 0.529936 0.106 -7.4281, + 0.529972 0.679 -8.1101, + 0.255231 -2.14915 -7.3791, + 0.758162 -2.59984 3.36791, + 0.594847 -2.54881 3.72511, + -0.062854 -2.59984 3.36787, + 0.594839 -1.93645 3.87253, + 0.100415 -1.93645 3.8725, + 0.75818 -1.70965 3.02771, + -0.062836 -1.70965 3.02767, + 0.758223 -1.02925 2.19989, + -0.062793 -1.02925 2.19985, + 0.758299 -0.830803 0.75404, + -0.062717 -0.830803 0.753997, + 0.758301 -0.314833 0.72002, + -0.062715 -0.314833 0.719977, + 0.758416 -0.415926 -1.4647, + -0.0626 -0.415926 -1.46475, + -0.062585 -0.937566 -1.74258, + 0.477454 -1.87132 -6.6023, + 0.214366 -1.87132 -6.60231, + 0.441263 -0.495408 -8.43416, + 0.250751 -0.495408 -8.43417, + 0.414074 -0.461388 -8.95013, + 0.277994 -0.461388 -8.95014, + 0.436671 -2.14915 -7.37909, + 0.4548 -2.34193 -7.08992, + 0.241608 -2.34193 -7.08993, + 0.758426 -3.16939 -1.65658, + -0.06259 -3.16939 -1.65662, + 0.758217 -3.03428 2.31419, + -0.062799 -3.03428 2.31415, + -0.062716 -1.54522 0.742657, + -0.062569 -1.57261 -2.04875, + 0.7583 -1.54522 0.7427, + 0.758431 -0.937566 -1.74253, + 0.758447 -1.57261 -2.04871, + 0.100423 -2.54881 3.72509, + -0.476109 -1.54522 0.742637, + -0.47611 -0.830803 0.753977, + -0.063333 -1.54522 0.742658, + -0.063334 -0.830803 0.753998, + -0.475978 -0.937566 -1.74259, + -0.063202 -0.937566 -1.74257, + 1.17046 -0.830803 0.754063, + 0.757682 -0.830803 0.754041, + 1.17064 -1.59392 -2.71303, + 1.17046 -1.54522 0.742723, + 0.757683 -1.54522 0.742701, + 0.75783 -1.57261 -2.04871, + 1.17059 -0.937566 -1.74251, + -0.475928 -1.57816 -2.70774, + -0.475962 -1.57261 -2.04878, + -0.063153 -0.955725 -2.674, + -0.475929 -0.955725 -2.67402, + -0.063186 -1.57261 -2.04875, + -0.063152 -1.57816 -2.70772, + 1.17061 -1.57261 -2.04869, + 1.17064 -0.971488 -2.67932, + 0.757865 -1.59392 -2.71305, + 0.757814 -0.937566 -1.74253, + 0.757863 -0.971488 -2.67934, + 1.43188 0.68 -6.37806, + 1.43188 0.619 -6.37806, + -2.79216 0.628 -5.63428, + -2.79216 0.567 -5.63428, + -5.55033 0.401 -2.35642, + -5.55033 0.34 -2.35642, + -5.54956 0.105 1.92358, + -5.54956 0.044 1.92358, + -0.744768 -0.173 5.94583, + -0.744768 -0.234 5.94583, + 3.47927 -0.122 5.20305, + 3.47927 -0.183 5.20305, + 6.23667 0.341 -2.3568, + 6.23667 0.402 -2.3568, + 6.23644 0.044 1.9242, + 6.23644 0.105 1.9242, + 0.530062 -0.771 -9.83811, + 0.615062 -0.771 -9.8381, + 0.530039 -1.542 -9.3921, + 0.615039 -1.542 -9.3921, + 0.529995 -1.846 -8.5551, + 0.614995 -1.846 -8.5551, + 0.529951 -1.542 -7.7181, + 0.614951 -1.542 -7.7181, + 0.529928 -0.771 -7.2731, + 0.614928 -0.771 -7.2731, + 0.614928 -0.319 -7.2731, + 0.529951 0.453 -7.7181, + 0.614951 0.453 -7.7181, + 0.614995 0.757 -8.5551, + 0.529995 0.757 -8.5551, + -2.79173 -0.122 5.20272, + -2.79173 -0.183 5.20272 ] + } + + creaseAngle 1 + coordIndex [ 78, 171, 172, 63, -1, 74, 163, 164, + 67, -1, 62, 175, 63, 172, 64, 170, + 193, 65, 168, 66, 166, 67, 164, 68, + 162, 69, 70, 173, -1, 165, 74, 67, + 166, -1, 173, 70, 71, 174, -1, 175, + 62, 79, 176, -1, 167, 75, 66, 168, + -1, 175, 176, 78, 63, -1, 73, 161, + 162, 68, -1, 77, 169, 170, 64, -1, + 62, 173, 174, 79, -1, 75, 165, 166, + 66, -1, 174, 71, 72, 161, 73, 163, + 74, 165, 75, 167, 76, 192, 169, 77, + 171, 78, 176, 79, -1, 163, 73, 68, + 164, -1, 171, 77, 64, 172, -1, 192, + 76, 65, 193, -1, 169, 192, 193, 170, + -1, 161, 72, 69, 162, -1, 72, 71, + 70, 69, -1, 76, 167, 168, 65, -1, + -1 ] + } + + } + } + ] +} +Background { + groundAngle [ 0.9, 1.5, 1.57 ] + groundColor [ 0 0.8 0, + 0.174249 0.82 0.187362, + 0.467223 0.82 0.445801, + 0.621997 0.67 0.600279 ] + skyAngle [ 0.1, 1.2, 1.57 ] + skyColor [ 0.76238 0.8 0.1427, + 0.277798 0.219779 0.7, + 0.222549 0.390234 0.7, + 0.60094 0.662637 0.69 ] +} +DEF sqare_platform Transform { + translation 0 -0.432 0 + scale 2 0.04 2 + children [ + Shape { + appearance Appearance { + material Material { + ambientIntensity 0.2 + diffuseColor 0.8 0.407144 0.297047 + } + + } + + geometry Box { + } + + } + + Transform { + translation 0 0.031 0 + scale 0.5 1 0.5 + children Shape { + appearance Appearance { + material Material { + diffuseColor 0.8 0.613697 0.365273 + } + + } + + geometry Cylinder { + } + + } + } + ] +} diff --git a/controls/model/3D_Animation/sfun_time.c b/controls/model/3D_Animation/sfun_time.c new file mode 100644 index 000000000..09f87e566 --- /dev/null +++ b/controls/model/3D_Animation/sfun_time.c @@ -0,0 +1,101 @@ +#define S_FUNCTION_LEVEL 2 +#define S_FUNCTION_NAME sfun_time + +#define TIME_SCALE_FACTOR(S) ssGetSFcnParam(S,0) + +/* + * Need to include simstruc.h for the definition of the SimStruct and + * its associated macro definitions. + */ +#include "simstruc.h" + +/* + * Include the standard ANSI C header for handling time functions: + * --------------------------------------------------------------- + */ +#include <time.h> + +static void mdlInitializeSizes(SimStruct *S) +{ + + ssSetNumSFcnParams(S, 1); /* Number of expected parameters */ + + if (ssGetNumSFcnParams(S) != ssGetSFcnParamsCount(S)) return; + + ssSetNumContStates(S, 0); + ssSetNumDiscStates(S, 0); + + if (!ssSetNumInputPorts(S, 0)) return; + + if (!ssSetNumOutputPorts(S, 0)) return; + + ssSetNumSampleTimes(S, 1); + ssSetNumRWork(S, 1); + ssSetNumIWork(S, 0); + ssSetNumPWork(S, 0); + ssSetNumModes(S, 0); + ssSetNumNonsampledZCs(S, 0); + ssSetOptions(S, 0); +} + +#define MDL_INITIALIZE_SAMPLE_TIMES +static void mdlInitializeSampleTimes(SimStruct *S) +{ + ssSetSampleTime(S, 0, CONTINUOUS_SAMPLE_TIME); + ssSetOffsetTime(S, 0, 0.0); +} + +#define MDL_START +static void mdlStart(SimStruct *S) +{ + ssSetRWorkValue(S,0,ssGetTStart(S)); +} + +static void mdlOutputs(SimStruct *S, int_T tid) +{ + real_T t_previousSimTime = ssGetRWorkValue(S,0); + const real_T *scaleFactor = mxGetPr(TIME_SCALE_FACTOR(S)); + time_T t_SimTime = ssGetT(S); + real_T t_diff = 0.0; + real_T dt; + real_T t_current; + real_T t_0; + real_T t_previous; + real_T t_elapsed; + + /* Desired Delta time */ + dt = (t_SimTime - t_previousSimTime) * (scaleFactor[0]); + /* Get clock time at the beginning of this step*/ + t_previous = (real_T)clock()/CLOCKS_PER_SEC; + t_0 = (real_T)clock()/CLOCKS_PER_SEC; + + /* Wait to reach the desired time */ + while (t_diff<dt){ + t_current = (real_T) clock()/CLOCKS_PER_SEC; + /* Look for wrapup */ + if (t_current<t_previous){ + t_elapsed = t_previous - t_0; + t_0 = (real_T) clock()/CLOCKS_PER_SEC - t_elapsed; + } + t_diff = t_current - t_0; + t_previous = t_current; + } + + /* Store current time to be used in next time step*/ + ssSetRWorkValue(S, 0, t_SimTime); +} + +static void mdlTerminate(SimStruct *S) +{ + UNUSED_ARG(S); /* unused input argument */ +} + +/* + * Required S-function trailer: + * ---------------------------- + */ +#ifdef MATLAB_MEX_FILE /* Is this file being compiled as a MEX-file? */ +#include "simulink.c" /* MEX-file interface mechanism */ +#else +#include "cg_sfun.h" /* Code generation registration function */ +#endif diff --git a/controls/model/3D_Animation/sfun_time.mexw32 b/controls/model/3D_Animation/sfun_time.mexw32 new file mode 100644 index 0000000000000000000000000000000000000000..e5f03e158c0ce37e723f6bf43cd79b24286994a6 GIT binary patch literal 12800 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 VNl6JQ$M;>};1{j0pZ_Nw_+LE~8*=~v literal 0 HcmV?d00001 diff --git a/controls/model/3D_Animation/sfun_time.mexw64 b/controls/model/3D_Animation/sfun_time.mexw64 new file mode 100644 index 0000000000000000000000000000000000000000..c993c93128d86f7caa26ee652393c6d75a1c6fc0 GIT binary patch literal 13824 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 literal 0 HcmV?d00001 diff --git a/controls/model/3D_Animation/ucart_graphical_animation.mdl b/controls/model/3D_Animation/ucart_graphical_animation.mdl new file mode 100644 index 000000000..e8caed96b --- /dev/null +++ b/controls/model/3D_Animation/ucart_graphical_animation.mdl @@ -0,0 +1,1372 @@ +Model { + Name "ucart_graphical_animation" + Version 8.5 + MdlSubVersion 0 + SavedCharacterEncoding "windows-1252" + GraphicalInterface { + NumRootInports 0 + NumRootOutports 0 + ParameterArgumentNames "" + ComputedModelVersion "1.2" + NumModelReferences 0 + NumTestPointedSignals 0 + } + ScopeRefreshTime 0.035000 + OverrideScopeRefreshTime on + DisableAllScopes on + DataTypeOverride "UseLocalSettings" + DataTypeOverrideAppliesTo "AllNumericTypes" + MinMaxOverflowLogging "UseLocalSettings" + MinMaxOverflowArchiveMode "Overwrite" + FPTRunName "Run 1" + MaxMDLFileLineLength 120 + Object { + $PropName "BdWindowsInfo" + $ObjectID 1 + $ClassName "Simulink.BDWindowsInfo" + Object { + $PropName "WindowsInfo" + $ObjectID 2 + $ClassName "Simulink.WindowInfo" + IsActive [1] + Location [371.0, 86.0, 1171.0, 547.0] + Object { + $PropName "ModelBrowserInfo" + $ObjectID 3 + $ClassName "Simulink.ModelBrowserInfo" + Visible [0] + DockPosition "Left" + Width [50] + Height [50] + Filter [8] + } + Object { + $PropName "ExplorerBarInfo" + $ObjectID 4 + $ClassName "Simulink.ExplorerBarInfo" + Visible [1] + } + Object { + $PropName "EditorsInfo" + $ObjectID 5 + $ClassName "Simulink.EditorInfo" + IsActive [1] + ViewObjType "SimulinkTopLevel" + LoadSaveID "0" + Extents [1119.0, 345.0] + ZoomFactor [1.0] + Offset [0.0, 0.0] + } + } + } + Created "Thu Dec 01 14:57:20 2016" + Creator "m87rich" + UpdateHistory "UpdateHistoryNever" + ModifiedByFormat "%<Auto>" + LastModifiedBy "m87rich" + ModifiedDateFormat "%<Auto>" + LastModifiedDate "Thu Dec 01 15:14:58 2016" + RTWModifiedTimeStamp 402506046 + ModelVersionFormat "1.%<AutoIncrement:2>" + ConfigurationManager "none" + SampleTimeColors off + SampleTimeAnnotations off + LibraryLinkDisplay "disabled" + WideLines off + ShowLineDimensions off + ShowPortDataTypes off + ShowDesignRanges off + ShowLoopsOnError on + IgnoreBidirectionalLines off + ShowStorageClass off + ShowTestPointIcons on + ShowSignalResolutionIcons on + ShowViewerIcons on + SortedOrder off + ExecutionContextIcon off + ShowLinearizationAnnotations on + ShowMarkup on + BlockNameDataTip off + BlockParametersDataTip off + BlockDescriptionStringDataTip off + ToolBar on + StatusBar on + BrowserShowLibraryLinks off + BrowserLookUnderMasks off + SimulationMode "normal" + PauseTimes "5" + NumberOfSteps 1 + SnapshotBufferSize 10 + SnapshotInterval 10 + NumberOfLastSnapshots 0 + LinearizationMsg "none" + Profile off + ParamWorkspaceSource "MATLABWorkspace" + AccelSystemTargetFile "accel.tlc" + AccelTemplateMakefile "accel_default_tmf" + AccelMakeCommand "make_rtw" + TryForcingSFcnDF off + Object { + $PropName "DataLoggingOverride" + $ObjectID 6 + $ClassName "Simulink.SimulationData.ModelLoggingInfo" + model_ "ucart_graphical_animation" + overrideMode_ [0U] + Array { + Type "Cell" + Dimension 1 + Cell "ucart_graphical_animation" + PropName "logAsSpecifiedByModels_" + } + Array { + Type "Cell" + Dimension 1 + Cell [] + PropName "logAsSpecifiedByModelsSSIDs_" + } + } + RecordCoverage off + CovPath "/" + CovSaveName "covdata" + CovMetricSettings "dw" + CovNameIncrementing off + CovHtmlReporting on + CovForceBlockReductionOff on + CovEnableCumulative on + covSaveCumulativeToWorkspaceVar on + CovSaveSingleToWorkspaceVar on + CovCumulativeVarName "covCumulativeData" + CovCumulativeReport off + CovReportOnPause on + CovModelRefEnable "Off" + CovExternalEMLEnable off + CovSFcnEnable on + CovBoundaryAbsTol 0.000010 + CovBoundaryRelTol 0.010000 + CovUseTimeInterval off + CovStartTime 0 + CovStopTime 0 + ExtModeBatchMode off + ExtModeEnableFloating on + ExtModeTrigType "manual" + ExtModeTrigMode "normal" + ExtModeTrigPort "1" + ExtModeTrigElement "any" + ExtModeTrigDuration 1000 + ExtModeTrigDurationFloating "auto" + ExtModeTrigHoldOff 0 + ExtModeTrigDelay 0 + ExtModeTrigDirection "rising" + ExtModeTrigLevel 0 + ExtModeArchiveMode "off" + ExtModeAutoIncOneShot off + ExtModeIncDirWhenArm off + ExtModeAddSuffixToVar off + ExtModeWriteAllDataToWs off + ExtModeArmWhenConnect on + ExtModeSkipDownloadWhenConnect off + ExtModeLogAll on + ExtModeAutoUpdateStatusClock on + ShowModelReferenceBlockVersion off + ShowModelReferenceBlockIO off + Array { + Type "Handle" + Dimension 1 + Simulink.ConfigSet { + $ObjectID 7 + Version "1.15.0" + Array { + Type "Handle" + Dimension 8 + Simulink.SolverCC { + $ObjectID 8 + Version "1.15.0" + StartTime "0.0" + StopTime "10.0" + AbsTol "auto" + FixedStep "auto" + InitialStep "auto" + MaxNumMinSteps "-1" + MaxOrder 5 + ZcThreshold "auto" + ConsecutiveZCsStepRelTol "10*128*eps" + MaxConsecutiveZCs "1000" + ExtrapolationOrder 4 + NumberNewtonIterations 1 + MaxStep "auto" + MinStep "auto" + MaxConsecutiveMinStep "1" + RelTol "1e-3" + SolverMode "Auto" + EnableConcurrentExecution off + ConcurrentTasks off + Solver "ode45" + SolverName "ode45" + SolverJacobianMethodControl "auto" + ShapePreserveControl "DisableAll" + ZeroCrossControl "UseLocalSettings" + ZeroCrossAlgorithm "Nonadaptive" + AlgebraicLoopSolver "TrustRegion" + SolverResetMethod "Fast" + PositivePriorityOrder off + AutoInsertRateTranBlk off + SampleTimeConstraint "Unconstrained" + InsertRTBMode "Whenever possible" + } + Simulink.DataIOCC { + $ObjectID 9 + Version "1.15.0" + Decimation "1" + ExternalInput "[t, u]" + FinalStateName "xFinal" + InitialState "xInitial" + LimitDataPoints on + MaxDataPoints "1000" + LoadExternalInput off + LoadInitialState off + SaveFinalState off + SaveCompleteFinalSimState off + SaveFormat "Array" + SignalLoggingSaveFormat "Dataset" + SaveOutput on + SaveState off + SignalLogging on + DSMLogging on + InspectSignalLogs off + VisualizeSimOutput on + SaveTime on + ReturnWorkspaceOutputs off + StateSaveName "xout" + TimeSaveName "tout" + OutputSaveName "yout" + SignalLoggingName "logsout" + DSMLoggingName "dsmout" + OutputOption "RefineOutputTimes" + OutputTimes "[]" + ReturnWorkspaceOutputsName "out" + Refine "1" + } + Simulink.OptimizationCC { + $ObjectID 10 + Version "1.15.0" + Array { + Type "Cell" + Dimension 8 + Cell "BooleansAsBitfields" + Cell "PassReuseOutputArgsAs" + Cell "PassReuseOutputArgsThreshold" + Cell "ZeroExternalMemoryAtStartup" + Cell "ZeroInternalMemoryAtStartup" + Cell "OptimizeModelRefInitCode" + Cell "NoFixptDivByZeroProtection" + Cell "UseSpecifiedMinMax" + PropName "DisabledProps" + } + BlockReduction on + BooleanDataType on + ConditionallyExecuteInputs on + InlineParams off + UseDivisionForNetSlopeComputation "off" + UseFloatMulNetSlope off + DefaultUnderspecifiedDataType "double" + UseSpecifiedMinMax off + InlineInvariantSignals off + OptimizeBlockIOStorage on + BufferReuse on + EnhancedBackFolding off + CachingGlobalReferences off + GlobalBufferReuse on + StrengthReduction off + ExpressionFolding on + BooleansAsBitfields off + BitfieldContainerType "uint_T" + EnableMemcpy on + MemcpyThreshold 64 + PassReuseOutputArgsAs "Structure reference" + PassReuseOutputArgsThreshold 12 + ExpressionDepthLimit 128 + LocalBlockOutputs on + RollThreshold 5 + StateBitsets off + DataBitsets off + ActiveStateOutputEnumStorageType "Native Integer" + ZeroExternalMemoryAtStartup on + ZeroInternalMemoryAtStartup on + InitFltsAndDblsToZero off + NoFixptDivByZeroProtection off + EfficientFloat2IntCast off + EfficientMapNaN2IntZero on + OptimizeModelRefInitCode off + LifeSpan "inf" + MaxStackSize "Inherit from target" + BufferReusableBoundary on + SimCompilerOptimization "off" + AccelVerboseBuild off + } + Simulink.DebuggingCC { + $ObjectID 11 + Version "1.15.0" + RTPrefix "error" + ConsistencyChecking "none" + ArrayBoundsChecking "none" + SignalInfNanChecking "none" + SignalRangeChecking "none" + ReadBeforeWriteMsg "UseLocalSettings" + WriteAfterWriteMsg "UseLocalSettings" + WriteAfterReadMsg "UseLocalSettings" + AlgebraicLoopMsg "warning" + ArtificialAlgebraicLoopMsg "warning" + SaveWithDisabledLinksMsg "warning" + SaveWithParameterizedLinksMsg "warning" + CheckSSInitialOutputMsg on + UnderspecifiedInitializationDetection "Simplified" + MergeDetectMultiDrivingBlocksExec "error" + CheckExecutionContextPreStartOutputMsg off + CheckExecutionContextRuntimeOutputMsg off + SignalResolutionControl "UseLocalSettings" + BlockPriorityViolationMsg "warning" + MinStepSizeMsg "warning" + TimeAdjustmentMsg "none" + MaxConsecutiveZCsMsg "error" + MaskedZcDiagnostic "warning" + IgnoredZcDiagnostic "warning" + SolverPrmCheckMsg "none" + InheritedTsInSrcMsg "warning" + DiscreteInheritContinuousMsg "warning" + MultiTaskDSMMsg "error" + MultiTaskCondExecSysMsg "error" + MultiTaskRateTransMsg "error" + SingleTaskRateTransMsg "none" + TasksWithSamePriorityMsg "warning" + SigSpecEnsureSampleTimeMsg "warning" + CheckMatrixSingularityMsg "none" + IntegerOverflowMsg "warning" + Int32ToFloatConvMsg "warning" + ParameterDowncastMsg "error" + ParameterOverflowMsg "error" + ParameterUnderflowMsg "none" + ParameterPrecisionLossMsg "warning" + ParameterTunabilityLossMsg "warning" + FixptConstUnderflowMsg "none" + FixptConstOverflowMsg "none" + FixptConstPrecisionLossMsg "none" + UnderSpecifiedDataTypeMsg "none" + UnnecessaryDatatypeConvMsg "none" + VectorMatrixConversionMsg "none" + InvalidFcnCallConnMsg "error" + FcnCallInpInsideContextMsg "EnableAllAsError" + SignalLabelMismatchMsg "none" + UnconnectedInputMsg "warning" + UnconnectedOutputMsg "warning" + UnconnectedLineMsg "warning" + SFcnCompatibilityMsg "none" + FrameProcessingCompatibilityMsg "error" + UniqueDataStoreMsg "none" + BusObjectLabelMismatch "warning" + RootOutportRequireBusObject "warning" + AssertControl "UseLocalSettings" + ModelReferenceIOMsg "none" + ModelReferenceMultiInstanceNormalModeStructChecksumCheck "error" + ModelReferenceVersionMismatchMessage "none" + ModelReferenceIOMismatchMessage "none" + UnknownTsInhSupMsg "warning" + ModelReferenceDataLoggingMessage "warning" + ModelReferenceSymbolNameMessage "warning" + ModelReferenceExtraNoncontSigs "error" + StateNameClashWarn "none" + SimStateInterfaceChecksumMismatchMsg "warning" + SimStateOlderReleaseMsg "error" + InitInArrayFormatMsg "warning" + StrictBusMsg "ErrorLevel1" + BusNameAdapt "WarnAndRepair" + NonBusSignalsTreatedAsBus "none" + BlockIODiagnostic "none" + SFUnusedDataAndEventsDiag "warning" + SFUnexpectedBacktrackingDiag "warning" + SFInvalidInputDataAccessInChartInitDiag "warning" + SFNoUnconditionalDefaultTransitionDiag "warning" + SFTransitionOutsideNaturalParentDiag "warning" + SFUnconditionalTransitionShadowingDiag "warning" + SFUndirectedBroadcastEventsDiag "warning" + SFTransitionActionBeforeConditionDiag "warning" + SFOutputUsedAsStateInMooreChartDiag "error" + IntegerSaturationMsg "warning" + } + Simulink.HardwareCC { + $ObjectID 12 + Version "1.15.0" + ProdBitPerChar 8 + ProdBitPerShort 16 + ProdBitPerInt 32 + ProdBitPerLong 32 + ProdBitPerLongLong 64 + ProdBitPerFloat 32 + ProdBitPerDouble 64 + ProdBitPerPointer 32 + ProdLargestAtomicInteger "Char" + ProdLargestAtomicFloat "None" + ProdIntDivRoundTo "Undefined" + ProdEndianess "Unspecified" + ProdWordSize 32 + ProdShiftRightIntArith on + ProdLongLongMode off + ProdHWDeviceType "32-bit Generic" + TargetBitPerChar 8 + TargetBitPerShort 16 + TargetBitPerInt 32 + TargetBitPerLong 32 + TargetBitPerLongLong 64 + TargetBitPerFloat 32 + TargetBitPerDouble 64 + TargetBitPerPointer 32 + TargetLargestAtomicInteger "Char" + TargetLargestAtomicFloat "None" + TargetShiftRightIntArith on + TargetLongLongMode off + TargetIntDivRoundTo "Undefined" + TargetEndianess "Unspecified" + TargetWordSize 32 + TargetPreprocMaxBitsSint 32 + TargetPreprocMaxBitsUint 32 + TargetHWDeviceType "Specified" + TargetUnknown off + ProdEqTarget on + } + Simulink.ModelReferenceCC { + $ObjectID 13 + Version "1.15.0" + UpdateModelReferenceTargets "IfOutOfDateOrStructuralChange" + CheckModelReferenceTargetMessage "error" + EnableParallelModelReferenceBuilds off + ParallelModelReferenceErrorOnInvalidPool on + ParallelModelReferenceMATLABWorkerInit "None" + ModelReferenceNumInstancesAllowed "Multi" + PropagateVarSize "Infer from blocks in model" + ModelReferencePassRootInputsByReference on + ModelReferenceMinAlgLoopOccurrences off + PropagateSignalLabelsOutOfModel off + SupportModelReferenceSimTargetCustomCode off + } + Simulink.SFSimCC { + $ObjectID 14 + Version "1.15.0" + SFSimOverflowDetection on + SFSimEcho on + SimCtrlC on + SimIntegrity on + SimUseLocalCustomCode off + SimParseCustomCode on + SimBuildMode "sf_incremental_build" + SimGenImportedTypeDefs off + } + Simulink.RTWCC { + $BackupClass "Simulink.RTWCC" + $ObjectID 15 + Version "1.15.0" + Array { + Type "Cell" + Dimension 16 + Cell "IncludeHyperlinkInReport" + Cell "GenerateTraceInfo" + Cell "GenerateTraceReport" + Cell "GenerateTraceReportSl" + Cell "GenerateTraceReportSf" + Cell "GenerateTraceReportEml" + Cell "PortableWordSizes" + Cell "GenerateWebview" + Cell "GenerateCodeMetricsReport" + Cell "GenerateCodeReplacementReport" + Cell "GenerateMissedCodeReplacementReport" + Cell "GenerateErtSFunction" + Cell "CreateSILPILBlock" + Cell "CodeExecutionProfiling" + Cell "CodeProfilingSaveOptions" + Cell "CodeProfilingInstrumentation" + PropName "DisabledProps" + } + SystemTargetFile "grt.tlc" + TLCOptions "" + GenCodeOnly off + MakeCommand "make_rtw" + GenerateMakefile on + PackageGeneratedCodeAndArtifacts off + PackageName "" + TemplateMakefile "grt_default_tmf" + PostCodeGenCommand "" + Description "" + GenerateReport off + SaveLog off + RTWVerbose on + RetainRTWFile off + ProfileTLC off + TLCDebug off + TLCCoverage off + TLCAssert off + RTWUseLocalCustomCode off + RTWUseSimCustomCode off + CustomSourceCode "" + CustomHeaderCode "" + CustomInclude "" + CustomSource "" + CustomLibrary "" + CustomInitializer "" + CustomTerminator "" + Toolchain "Automatically locate an installed toolchain" + BuildConfiguration "Faster Builds" + IncludeHyperlinkInReport off + LaunchReport off + PortableWordSizes off + CreateSILPILBlock "None" + CodeExecutionProfiling off + CodeExecutionProfileVariable "executionProfile" + CodeProfilingSaveOptions "SummaryOnly" + CodeProfilingInstrumentation off + SILDebugging off + TargetLang "C" + IncludeBusHierarchyInRTWFileBlockHierarchyMap off + GenerateTraceInfo off + GenerateTraceReport off + GenerateTraceReportSl off + GenerateTraceReportSf off + GenerateTraceReportEml off + GenerateWebview off + GenerateCodeMetricsReport off + GenerateCodeReplacementReport off + GenerateMissedCodeReplacementReport off + RTWCompilerOptimization "off" + RTWCustomCompilerOptimizations "" + CheckMdlBeforeBuild "Off" + SharedConstantsCachingThreshold 1024 + Array { + Type "Handle" + Dimension 2 + Simulink.CodeAppCC { + $ObjectID 16 + Version "1.15.0" + Array { + Type "Cell" + Dimension 24 + Cell "IgnoreCustomStorageClasses" + Cell "ParameterTuningSideEffectCode" + Cell "IgnoreTestpoints" + Cell "InsertBlockDesc" + Cell "InsertPolySpaceComments" + Cell "SFDataObjDesc" + Cell "MATLABFcnDesc" + Cell "SimulinkDataObjDesc" + Cell "DefineNamingRule" + Cell "SignalNamingRule" + Cell "ParamNamingRule" + Cell "InternalIdentifier" + Cell "InlinedPrmAccess" + Cell "CustomSymbolStr" + Cell "CustomSymbolStrGlobalVar" + Cell "CustomSymbolStrType" + Cell "CustomSymbolStrField" + Cell "CustomSymbolStrFcn" + Cell "CustomSymbolStrFcnArg" + Cell "CustomSymbolStrBlkIO" + Cell "CustomSymbolStrTmpVar" + Cell "CustomSymbolStrMacro" + Cell "CustomSymbolStrUtil" + Cell "ReqsInCode" + PropName "DisabledProps" + } + ForceParamTrailComments off + GenerateComments on + CommentStyle "Auto" + IgnoreCustomStorageClasses on + IgnoreTestpoints off + IncHierarchyInIds off + MaxIdLength 31 + PreserveName off + PreserveNameWithParent off + ShowEliminatedStatement off + OperatorAnnotations off + IncAutoGenComments off + SimulinkDataObjDesc off + SFDataObjDesc off + MATLABFcnDesc off + IncDataTypeInIds off + MangleLength 1 + CustomSymbolStrGlobalVar "$R$N$M" + CustomSymbolStrType "$N$R$M_T" + CustomSymbolStrField "$N$M" + CustomSymbolStrFcn "$R$N$M$F" + CustomSymbolStrFcnArg "rt$I$N$M" + CustomSymbolStrBlkIO "rtb_$N$M" + CustomSymbolStrTmpVar "$N$M" + CustomSymbolStrMacro "$R$N$M" + CustomSymbolStrUtil "$N$C" + DefineNamingRule "None" + ParamNamingRule "None" + SignalNamingRule "None" + InsertBlockDesc off + InsertPolySpaceComments off + SimulinkBlockComments on + MATLABSourceComments off + EnableCustomComments off + InternalIdentifier "Shortened" + InlinedPrmAccess "Literals" + ReqsInCode off + UseSimReservedNames off + } + Simulink.GRTTargetCC { + $BackupClass "Simulink.TargetCC" + $ObjectID 17 + Version "1.15.0" + Array { + Type "Cell" + Dimension 13 + Cell "GeneratePreprocessorConditionals" + Cell "IncludeMdlTerminateFcn" + Cell "SuppressErrorStatus" + Cell "ERTCustomFileBanners" + Cell "GenerateSampleERTMain" + Cell "GenerateTestInterfaces" + Cell "ModelStepFunctionPrototypeControlCompliant" + Cell "GenerateAllocFcn" + Cell "PurelyIntegerCode" + Cell "SupportComplex" + Cell "SupportAbsoluteTime" + Cell "SupportContinuousTime" + Cell "SupportNonInlinedSFcns" + PropName "DisabledProps" + } + TargetFcnLib "ansi_tfl_table_tmw.mat" + TargetLibSuffix "" + TargetPreCompLibLocation "" + GenFloatMathFcnCalls "NOT IN USE" + TargetLangStandard "C89/C90 (ANSI)" + CodeReplacementLibrary "None" + UtilityFuncGeneration "Auto" + ERTMultiwordTypeDef "System defined" + ERTMultiwordLength 256 + MultiwordLength 2048 + GenerateFullHeader on + InferredTypesCompatibility off + GenerateSampleERTMain off + GenerateTestInterfaces off + ModelReferenceCompliant on + ParMdlRefBuildCompliant on + CompOptLevelCompliant on + ConcurrentExecutionCompliant on + IncludeMdlTerminateFcn on + GeneratePreprocessorConditionals "Disable all" + CombineOutputUpdateFcns on + CombineSignalStateStructs off + SuppressErrorStatus off + ERTFirstTimeCompliant off + IncludeFileDelimiter "Auto" + ERTCustomFileBanners off + SupportAbsoluteTime on + LogVarNameModifier "rt_" + MatFileLogging on + MultiInstanceERTCode off + CodeInterfacePackaging "Nonreusable function" + SupportNonFinite on + SupportComplex on + PurelyIntegerCode off + SupportContinuousTime on + SupportNonInlinedSFcns on + SupportVariableSizeSignals off + ParenthesesLevel "Nominal" + CastingMode "Nominal" + MATLABClassNameForMDSCustomization "Simulink.SoftwareTarget.GRTCustomization" + ModelStepFunctionPrototypeControlCompliant off + CPPClassGenCompliant on + AutosarCompliant off + GRTInterface off + GenerateAllocFcn off + GenerateSharedConstants on + UseMalloc off + ExtMode off + ExtModeStaticAlloc off + ExtModeTesting off + ExtModeStaticAllocSize 1000000 + ExtModeTransport 0 + ExtModeMexFile "ext_comm" + ExtModeIntrfLevel "Level1" + RTWCAPISignals off + RTWCAPIParams off + RTWCAPIStates off + RTWCAPIRootIO off + GenerateASAP2 off + MultiInstanceErrorCode "Error" + } + PropName "Components" + } + } + PropName "Components" + } + Name "Configuration" + CurrentDlgPage "Solver" + ConfigPrmDlgPosition [ 228, 112, 1308, 752 ] + } + PropName "ConfigurationSets" + } + Simulink.ConfigSet { + $PropName "ActiveConfigurationSet" + $ObjectID 7 + } + Object { + $PropName "DataTransfer" + $ObjectID 18 + $ClassName "Simulink.GlobalDataTransfer" + DefaultTransitionBetweenSyncTasks "Ensure deterministic transfer (maximum delay)" + DefaultTransitionBetweenAsyncTasks "Ensure data integrity only" + DefaultTransitionBetweenContTasks "Ensure deterministic transfer (minimum delay)" + DefaultExtrapolationMethodBetweenContTasks "None" + AutoInsertRateTranBlk [0] + } + ExplicitPartitioning off + BlockDefaults { + ForegroundColor "black" + BackgroundColor "white" + DropShadow off + NamePlacement "normal" + FontName "Helvetica" + FontSize 10 + FontWeight "normal" + FontAngle "normal" + ShowName on + BlockRotation 0 + BlockMirror off + } + AnnotationDefaults { + HorizontalAlignment "center" + VerticalAlignment "middle" + ForegroundColor "black" + BackgroundColor "white" + DropShadow off + FontName "Helvetica" + FontSize 10 + FontWeight "normal" + FontAngle "normal" + UseDisplayTextAsClickCallback off + } + LineDefaults { + FontName "Helvetica" + FontSize 9 + FontWeight "normal" + FontAngle "normal" + } + MaskDefaults { + SelfModifiable "off" + IconFrame "on" + IconOpaque "on" + RunInitForIconRedraw "off" + IconRotate "none" + PortRotate "default" + IconUnits "autoscale" + } + MaskParameterDefaults { + Evaluate "on" + Tunable "on" + NeverSave "off" + Internal "off" + ReadOnly "off" + Enabled "on" + Visible "on" + ToolTip "on" + } + BlockParameterDefaults { + Block { + BlockType BusCreator + Inputs "4" + DisplayOption "none" + OutDataTypeStr "Inherit: auto" + NonVirtualBus off + InheritFromInputs on + } + Block { + BlockType BusSelector + OutputSignals "signal1,signal2,signal3" + OutputAsBus off + } + Block { + BlockType Constant + Value "1" + VectorParams1D on + SamplingMode "Sample based" + OutMin "[]" + OutMax "[]" + OutDataTypeStr "Inherit: Inherit from 'Constant value'" + LockScale off + SampleTime "inf" + FramePeriod "inf" + PreserveConstantTs off + } + Block { + BlockType Demux + Outputs "4" + DisplayOption "none" + BusSelectionMode off + } + Block { + BlockType Gain + Gain "1" + Multiplication "Element-wise(K.*u)" + ParamMin "[]" + ParamMax "[]" + ParamDataTypeStr "Inherit: Same as input" + OutMin "[]" + OutMax "[]" + OutDataTypeStr "Inherit: Same as input" + LockScale off + RndMeth "Floor" + SaturateOnIntegerOverflow on + SampleTime "-1" + } + Block { + BlockType Inport + Port "1" + OutputFunctionCall off + OutMin "[]" + OutMax "[]" + OutDataTypeStr "Inherit: auto" + LockScale off + BusOutputAsStruct off + PortDimensions "-1" + VarSizeSig "Inherit" + SampleTime "-1" + SignalType "auto" + SamplingMode "auto" + LatchByDelayingOutsideSignal off + LatchInputForFeedbackSignals off + Interpolate on + } + Block { + BlockType MATLABFcn + MATLABFcn "sin" + OutputDimensions "-1" + OutputSignalType "auto" + Output1D on + SampleTime "-1" + } + Block { + BlockType RateTransition + Integrity on + Deterministic on + X0 "0" + OutPortSampleTimeOpt "Specify" + OutPortSampleTimeMultiple "1" + OutPortSampleTime "-1" + } + Block { + BlockType S-Function + FunctionName "system" + SFunctionModules "''" + PortCounts "[]" + SFunctionDeploymentMode off + EnableBusSupport off + } + Block { + BlockType SubSystem + ShowPortLabels "FromPortIcon" + Permissions "ReadWrite" + PermitHierarchicalResolution "All" + TreatAsAtomicUnit off + MinAlgLoopOccurrences off + PropExecContextOutsideSubsystem off + CheckFcnCallInpInsideContextMsg off + SystemSampleTime "-1" + RTWSystemCode "Auto" + RTWFcnNameOpts "Auto" + RTWFileNameOpts "Auto" + FunctionInterfaceSpec "void_void" + FunctionWithSeparateData off + RTWMemSecFuncInitTerm "Inherit from model" + RTWMemSecFuncExecute "Inherit from model" + RTWMemSecDataConstants "Inherit from model" + RTWMemSecDataInternal "Inherit from model" + RTWMemSecDataParameters "Inherit from model" + SimViewingDevice off + DataTypeOverride "UseLocalSettings" + DataTypeOverrideAppliesTo "AllNumericTypes" + MinMaxOverflowLogging "UseLocalSettings" + Opaque off + MaskHideContents off + SFBlockType "NONE" + Variant off + GeneratePreprocessorConditionals off + ContentPreviewEnabled off + IsWebBlock off + } + } + System { + Name "ucart_graphical_animation" + Location [371, 86, 1542, 633] + Open on + ModelBrowserVisibility off + ModelBrowserWidth 200 + ScreenColor "white" + PaperOrientation "landscape" + PaperPositionMode "auto" + PaperType "usletter" + PaperUnits "inches" + TiledPaperMargins [0.500000, 0.500000, 0.500000, 0.500000] + TiledPageScale 1 + ShowPageBoundaries off + ZoomFactor "100" + ReportName "simulink-default.rpt" + SIDHighWatermark "19" + Block { + BlockType SubSystem + Name "3D Graphical Simulation" + SID "1" + Ports [2] + Position [435, 80, 585, 140] + ZOrder 1 + RequestExecContextInheritance off + Object { + $PropName "MaskObject" + $ObjectID 19 + $ClassName "Simulink.Mask" + Display "port_label('input',1,'r_{o}','texmode','on')\nport_label('input',2,'\\Theta','texmode','on')" + } + System { + Name "3D Graphical Simulation" + Location [371, 86, 1542, 633] + Open off + ModelBrowserVisibility off + ModelBrowserWidth 200 + ScreenColor "white" + PaperOrientation "landscape" + PaperPositionMode "auto" + PaperType "usletter" + PaperUnits "inches" + TiledPaperMargins [0.500000, 0.500000, 0.500000, 0.500000] + TiledPageScale 1 + ShowPageBoundaries off + ZoomFactor "100" + Block { + BlockType Inport + Name "Displacement" + SID "2" + Position [110, 218, 140, 232] + ZOrder -1 + IconDisplay "Port number" + } + Block { + BlockType Inport + Name "Euler Angles" + SID "3" + Position [125, 108, 155, 122] + ZOrder -2 + Port "2" + IconDisplay "Port number" + } + Block { + BlockType BusCreator + Name "Bus\nCreator" + SID "4" + Ports [3, 1] + Position [600, 76, 610, 154] + ZOrder -3 + ShowName off + Inputs "3" + DisplayOption "bar" + } + Block { + BlockType BusCreator + Name "Bus\nCreator1" + SID "5" + Ports [3, 1] + Position [630, 191, 640, 269] + ZOrder -4 + ShowName off + Inputs "3" + DisplayOption "bar" + } + Block { + BlockType BusCreator + Name "Bus\nCreator2" + SID "6" + Ports [3, 1] + Position [385, 75, 390, 155] + ZOrder -5 + ShowName off + Inputs "3" + DisplayOption "bar" + } + Block { + BlockType BusSelector + Name "Bus\nSelector" + SID "7" + Ports [1, 3] + Position [500, 77, 505, 153] + ZOrder -6 + ShowName off + OutputSignals "phi,theta,psi" + Port { + PortNumber 1 + Name "<phi>" + RTWStorageClass "Auto" + DataLoggingNameMode "SignalName" + } + Port { + PortNumber 2 + Name "<theta>" + RTWStorageClass "Auto" + DataLoggingNameMode "SignalName" + } + Port { + PortNumber 3 + Name "<psi>" + RTWStorageClass "Auto" + DataLoggingNameMode "SignalName" + } + } + Block { + BlockType Demux + Name "Demux" + SID "8" + Ports [1, 3] + Position [440, 183, 450, 267] + ZOrder -7 + BackgroundColor "black" + ShowName off + Outputs "3" + DisplayOption "bar" + } + Block { + BlockType Demux + Name "Demux1" + SID "9" + Ports [1, 3] + Position [290, 75, 295, 155] + ZOrder -8 + ShowName off + Outputs "3" + DisplayOption "bar" + Port { + PortNumber 1 + Name "phi" + RTWStorageClass "Auto" + DataLoggingNameMode "SignalName" + } + Port { + PortNumber 2 + Name "theta" + RTWStorageClass "Auto" + DataLoggingNameMode "SignalName" + } + Port { + PortNumber 3 + Name "psi" + RTWStorageClass "Auto" + DataLoggingNameMode "SignalName" + } + } + Block { + BlockType MATLABFcn + Name "Eigenaxis Rotation" + SID "10" + Ports [1, 1] + Position [645, 100, 705, 130] + ZOrder -9 + MATLABFcn "eigenaxis_ucart" + Output1D off + } + Block { + BlockType Gain + Name "Gain" + SID "11" + Position [550, 240, 580, 270] + ZOrder -10 + Gain "-1" + ParamDataTypeStr "Inherit: Inherit via internal rule" + OutDataTypeStr "Inherit: Inherit via internal rule" + SaturateOnIntegerOverflow off + } + Block { + BlockType Gain + Name "Gain1" + SID "12" + Position [670, 208, 710, 252] + ZOrder -11 + Gain "eye(3)*1" + Multiplication "Matrix(K*u)" + ParamDataTypeStr "Inherit: Inherit via internal rule" + OutDataTypeStr "Inherit: Inherit via internal rule" + SaturateOnIntegerOverflow off + } + Block { + BlockType Gain + Name "Gain2" + SID "13" + Position [550, 190, 580, 220] + ZOrder -12 + Gain "-1" + ParamDataTypeStr "Inherit: Inherit via internal rule" + OutDataTypeStr "Inherit: Inherit via internal rule" + SaturateOnIntegerOverflow off + } + Block { + BlockType RateTransition + Name "Rate Transition" + SID "14" + Position [735, 94, 775, 136] + ZOrder -13 + NamePlacement "alternate" + OutPortSampleTime "0.06" + } + Block { + BlockType RateTransition + Name "Rate Transition1" + SID "15" + Position [735, 210, 770, 250] + ZOrder -14 + OutPortSampleTime "0.06" + } + Block { + BlockType Reference + Name "VR Sink" + SID "16" + Ports [2] + Position [865, 76, 1055, 234] + ZOrder -15 + LibraryVersion "1.34" + SourceBlock "vrlib/VR Sink" + SourceType "Virtual Reality Sink" + InstantiateOnLoad on + SampleTime "-1" + ViewEnable on + RemoteChange off + RemoteView off + FieldsWritten "Helicopter.rotation.4.1.1.double#Helicopter.translation.3.1.1.double" + WorldFileName "quadrotor_world_ucart.wrl" + AutoView on + VideoDimensions "[]" + AllowVariableSize off + } + Line { + ZOrder 1 + SrcBlock "Euler Angles" + SrcPort 1 + DstBlock "Demux1" + DstPort 1 + } + Line { + ZOrder 2 + SrcBlock "Displacement" + SrcPort 1 + DstBlock "Demux" + DstPort 1 + } + Line { + ZOrder 3 + SrcBlock "Bus\nCreator2" + SrcPort 1 + DstBlock "Bus\nSelector" + DstPort 1 + } + Line { + ZOrder 4 + SrcBlock "Demux" + SrcPort 1 + Points [40, 0; 0, 40; 120, 0] + DstBlock "Bus\nCreator1" + DstPort 3 + } + Line { + ZOrder 5 + SrcBlock "Gain" + SrcPort 1 + Points [5, 0; 0, -25] + DstBlock "Bus\nCreator1" + DstPort 2 + } + Line { + ZOrder 6 + SrcBlock "Gain2" + SrcPort 1 + DstBlock "Bus\nCreator1" + DstPort 1 + } + Line { + ZOrder 7 + SrcBlock "Rate Transition1" + SrcPort 1 + Points [35, 0; 0, -35] + DstBlock "VR Sink" + DstPort 2 + } + Line { + ZOrder 8 + SrcBlock "Rate Transition" + SrcPort 1 + DstBlock "VR Sink" + DstPort 1 + } + Line { + ZOrder 9 + SrcBlock "Demux" + SrcPort 3 + DstBlock "Gain" + DstPort 1 + } + Line { + ZOrder 10 + SrcBlock "Demux" + SrcPort 2 + Points [80, 0] + DstBlock "Gain2" + DstPort 1 + } + Line { + ZOrder 11 + SrcBlock "Bus\nCreator1" + SrcPort 1 + DstBlock "Gain1" + DstPort 1 + } + Line { + Name "<phi>" + ZOrder 12 + Labels [0, 0] + SrcBlock "Bus\nSelector" + SrcPort 1 + Points [0, -10; 45, 0; 0, 60] + DstBlock "Bus\nCreator" + DstPort 3 + } + Line { + Name "<psi>" + ZOrder 13 + Labels [0, 0] + SrcBlock "Bus\nSelector" + SrcPort 3 + Points [0, -10; 75, 0] + DstBlock "Bus\nCreator" + DstPort 2 + } + Line { + Name "<theta>" + ZOrder 14 + Labels [0, 0] + SrcBlock "Bus\nSelector" + SrcPort 2 + Points [30, 0; 0, -25] + DstBlock "Bus\nCreator" + DstPort 1 + } + Line { + ZOrder 15 + SrcBlock "Bus\nCreator" + SrcPort 1 + DstBlock "Eigenaxis Rotation" + DstPort 1 + } + Line { + ZOrder 16 + SrcBlock "Gain1" + SrcPort 1 + DstBlock "Rate Transition1" + DstPort 1 + } + Line { + ZOrder 17 + SrcBlock "Eigenaxis Rotation" + SrcPort 1 + DstBlock "Rate Transition" + DstPort 1 + } + Line { + Name "psi" + ZOrder 18 + Labels [0, 0] + SrcBlock "Demux1" + SrcPort 3 + DstBlock "Bus\nCreator2" + DstPort 3 + } + Line { + Name "theta" + ZOrder 19 + Labels [0, 0] + SrcBlock "Demux1" + SrcPort 2 + DstBlock "Bus\nCreator2" + DstPort 2 + } + Line { + Name "phi" + ZOrder 20 + Labels [0, 0] + SrcBlock "Demux1" + SrcPort 1 + DstBlock "Bus\nCreator2" + DstPort 1 + } + } + } + Block { + BlockType Constant + Name "Constant" + SID "18" + Position [145, 145, 175, 175] + ZOrder 3 + Value "[0;0;0]" + } + Block { + BlockType Reference + Name "Ramp" + SID "17" + Ports [0, 1] + Position [145, 80, 175, 110] + ZOrder 2 + LibraryVersion "1.356" + SourceBlock "simulink/Sources/Ramp" + SourceType "Ramp" + ContentPreviewEnabled off + slope "[ 1 ; 0 ; 0 ]" + start "0" + X0 "0" + VectorParams1D on + } + Block { + BlockType S-Function + Name "Soft Real Time" + SID "19" + Ports [] + Position [438, 15, 525, 46] + ZOrder 4 + ShowName off + FunctionName "sfun_time" + Parameters "x" + Object { + $PropName "MaskObject" + $ObjectID 20 + $ClassName "Simulink.Mask" + Display "color('red')\ndisp('Soft Real Time')\n" + Object { + $PropName "Parameters" + $ObjectID 21 + $ClassName "Simulink.MaskParameter" + Type "edit" + Name "x" + Prompt "Time Scaling Factor" + Value "1" + } + } + } + Line { + ZOrder 3 + SrcBlock "Constant" + SrcPort 1 + Points [125, 0; 0, -65] + DstBlock "3D Graphical Simulation" + DstPort 1 + } + Line { + ZOrder 4 + SrcBlock "Ramp" + SrcPort 1 + Points [60, 0; 0, 30] + DstBlock "3D Graphical Simulation" + DstPort 2 + } + } +} -- GitLab