Contact Us!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
Ardupilot

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: Ardupilot/ardupilot
Path: blob/master/Tools/autotest/aircraft/Rascal/Rascal-submodels.xml
Views: 2023
1
<?xml version="1.0"?>
2
3
<PropertyList>
4
5
<submodel>
6
<name>trajectory marker</name>
7
<model>Aircraft/Rascal/Models/Trajectory-Marker.xml</model>
8
<trigger>/sim/multiplay/generic/int[1]</trigger>
9
<speed>0</speed>
10
<repeat>true</repeat>
11
<delay>0.75</delay>
12
<count>-1</count>
13
<x-offset>-0.5</x-offset>
14
<y-offset>0.0</y-offset>
15
<z-offset>-0.08</z-offset>
16
<yaw-offset>0.0</yaw-offset>
17
<pitch-offset>0.0</pitch-offset>
18
<eda>1000000000.00</eda>
19
<life>600</life>
20
<buoyancy>32</buoyancy>
21
<wind>false</wind>
22
<aero-stabilised>false</aero-stabilised>
23
</submodel>
24
25
</PropertyList>
26
27