TwoCarSim.ds2

Go to the documentation of this file.
00001 
00002 <Simulation>
00003     <version>1</version>
00004     <timeStep>0.1</timeStep>
00005     <startSeconds>0</startSeconds>
00006     <startJD>2456349.985255916</startJD>
00007     <timeScale>1</timeScale>
00008     <name>Two car simulation</name>
00009     <integrator>
00010         <name>RK4</name>
00011         <type>DSimRK4</type>
00012         <library>builtin</library>
00013     </integrator>
00014     <objectTree>
00015         <object>
00016             <name>Car1</name>
00017             <type>AutomobileSimple</type>
00018             <library>/Library/Application Support/VisualCommander/Model Libraries/DACSimulation.bundle</library>
00019             <integrator>RK4</integrator>
00020             <telemetry>rolling_friction_coeff</telemetry>
00021             <telemetry>r</telemetry>
00022             <telemetry>frontal_area</telemetry>
00023             <telemetry>torque</telemetry>
00024             <telemetry>mass</telemetry>
00025             <telemetry>state</telemetry>
00026             <telemetry>yaw_matrix</telemetry>
00027             <telemetry>position</telemetry>
00028             <telemetry>steering_angle</telemetry>
00029             <telemetry>drag_coeff_coeff</telemetry>
00030             <telemetry>rho</telemetry>
00031             <telemetry>inertia</telemetry>
00032             <command>torque</command>
00033             <command>steering_angle</command>
00034             <child>
00035                 <name>Network</name>
00036                 <type>AutomobileNetwork</type>
00037                 <library>/Library/Application Support/VisualCommander/Model Libraries/DACSimulation.bundle</library>
00038                 <integrator>RK4</integrator>
00039                 <connectTarget>
00040                     <name>automobile_network_target</name>
00041                     <target>Car2|Network</target>
00042                 </connectTarget>
00043                 <telemetry>fov</telemetry>
00044                 <telemetry>boresight</telemetry>
00045                 <telemetry>transmit</telemetry>
00046                 <telemetry>message_incoming</telemetry>
00047                 <telemetry>position</telemetry>
00048                 <command>transmit</command>
00049                 <command>message_outgoing</command>
00050             </child>
00051         </object>
00052         <object>
00053             <name>Car2</name>
00054             <type>AutomobileSimple</type>
00055             <library>/Library/Application Support/VisualCommander/Model Libraries/DACSimulation.bundle</library>
00056             <integrator>RK4</integrator>
00057             <setValue>
00058                 <variable>state</variable>
00059                 <value>[100;0;0;0;0;0]</value>
00060             </setValue>
00061             <telemetry>torque</telemetry>
00062             <telemetry>inertia</telemetry>
00063             <telemetry>state</telemetry>
00064             <telemetry>rolling_friction_coeff</telemetry>
00065             <telemetry>steering_angle</telemetry>
00066             <telemetry>mass</telemetry>
00067             <telemetry>r</telemetry>
00068             <telemetry>rho</telemetry>
00069             <telemetry>frontal_area</telemetry>
00070             <telemetry>drag_coeff_coeff</telemetry>
00071             <telemetry>yaw_matrix</telemetry>
00072             <telemetry>position</telemetry>
00073             <command>torque</command>
00074             <command>steering_angle</command>
00075             <child>
00076                 <name>Network</name>
00077                 <type>AutomobileNetwork</type>
00078                 <library>/Library/Application Support/VisualCommander/Model Libraries/DACSimulation.bundle</library>
00079                 <integrator>RK4</integrator>
00080                 <connectTarget>
00081                     <name>automobile_network_target</name>
00082                     <target>Car1|Network</target>
00083                 </connectTarget>
00084                 <telemetry>boresight</telemetry>
00085                 <telemetry>message_incoming</telemetry>
00086                 <telemetry>position</telemetry>
00087                 <telemetry>transmit</telemetry>
00088                 <telemetry>fov</telemetry>
00089                 <command>message_outgoing</command>
00090                 <command>transmit</command>
00091             </child>
00092         </object>
00093     </objectTree>
00094 </Simulation>
 All Classes Files Functions Variables