mirror of
https://github.com/FlightControl-Master/MOOSE_DOCS.git
synced 2025-08-15 10:37:49 +00:00
MOOSE generated documentation [skip ci]
This commit is contained in:
@@ -1737,7 +1737,7 @@ according the weather conditions.</p>
|
||||
<p>When the AI is out of fuel, it is required that a new AI is started, before the old AI can return to the home base.
|
||||
Therefore, with a parameter and a calculation of the distance to the home base, the fuel threshold is calculated.
|
||||
When the fuel threshold is reached, the AI will continue for a given time its patrol task in orbit,
|
||||
while a new AI is targetted to the AI_A2A_PATROL.
|
||||
while a new AI is targeted to the AI_A2A_PATROL.
|
||||
Once the time is finished, the old AI will return to the base.
|
||||
Use the method <a href="##(AI_A2A_PATROL).ManageFuel">AI_A2A_PATROL.ManageFuel</a>() to have this proces in place.</p>
|
||||
|
||||
@@ -1846,7 +1846,7 @@ Use the method <a href="##(AI_A2A_PATROL).ManageDamage">AI_A2A_PATROL.ManageDama
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AI_A2A_PATROL).PatrolRoute">AI_A2A_PATROL.PatrolRoute(AIPatrol, Fsm)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>This statis method is called from the route path within the last task at the last waaypoint of the AIPatrol.</p>
|
||||
<p>This static method is called from the route path within the last task at the last waypoint of the AIPatrol.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -1888,13 +1888,13 @@ Use the method <a href="##(AI_A2A_PATROL).ManageDamage">AI_A2A_PATROL.ManageDama
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AI_A2A_PATROL).onafterPatrol">AI_A2A_PATROL:onafterPatrol(AIPatrol, From, Event, To)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Defines a new patrol route using the <a href="Process_PatrolZone.html">Process_PatrolZone</a> parameters and settings.</p>
|
||||
<p>Defines a new patrol route using the <a href="AI.AI_Patrol.html##(AI_PATROL_ZONE)">AI.AI_Patrol#AI_PATROL_ZONE</a> parameters and settings.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(AI_A2A_PATROL).onafterRoute">AI_A2A_PATROL:onafterRoute(AIPatrol, From, Event, To)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Defines a new patrol route using the <a href="Process_PatrolZone.html">Process_PatrolZone</a> parameters and settings.</p>
|
||||
<p>Defines a new patrol route using the <a href="AI.AI_Patrol.html##(AI_PATROL_ZONE)">AI.AI_Patrol#AI_PATROL_ZONE</a> parameters and settings.</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -2588,7 +2588,7 @@ PatrolArea = AI_A2A_PATROL:New( PatrolZone, 3000, 6000, 600, 900 )</code></pre>
|
||||
<h2><a id="#(AI_A2A_PATROL).PatrolRoute" ><strong>AI_A2A_PATROL.PatrolRoute(AIPatrol, Fsm)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>This statis method is called from the route path within the last task at the last waaypoint of the AIPatrol.</p>
|
||||
<p>This static method is called from the route path within the last task at the last waypoint of the AIPatrol.</p>
|
||||
|
||||
|
||||
<p>Note that this method is required, as triggers the next route when patrolling for the AIPatrol.</p>
|
||||
@@ -2836,7 +2836,7 @@ PatrolArea = AI_A2A_PATROL:New( PatrolZone, 3000, 6000, 600, 900 )</code></pre>
|
||||
<h2><a id="#(AI_A2A_PATROL).onafterPatrol" ><strong>AI_A2A_PATROL:onafterPatrol(AIPatrol, From, Event, To)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Defines a new patrol route using the <a href="Process_PatrolZone.html">Process_PatrolZone</a> parameters and settings.</p>
|
||||
<p>Defines a new patrol route using the <a href="AI.AI_Patrol.html##(AI_PATROL_ZONE)">AI.AI_Patrol#AI_PATROL_ZONE</a> parameters and settings.</p>
|
||||
|
||||
<div id= "#Functions##onafterPatrol" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -2919,7 +2919,7 @@ PatrolArea = AI_A2A_PATROL:New( PatrolZone, 3000, 6000, 600, 900 )</code></pre>
|
||||
<h2><a id="#(AI_A2A_PATROL).onafterRoute" ><strong>AI_A2A_PATROL:onafterRoute(AIPatrol, From, Event, To)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Defines a new patrol route using the <a href="Process_PatrolZone.html">Process_PatrolZone</a> parameters and settings.</p>
|
||||
<p>Defines a new patrol route using the <a href="AI.AI_Patrol.html##(AI_PATROL_ZONE)">AI.AI_Patrol#AI_PATROL_ZONE</a> parameters and settings.</p>
|
||||
|
||||
<div id= "#Functions##onafterRoute" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
|
||||
Reference in New Issue
Block a user