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:
@@ -2295,7 +2295,7 @@ The method <a href="##(CONTROLLABLE).SetTaskWaypoint">CONTROLLABLE.SetTaskWaypoi
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CONTROLLABLE).SetAltitude">CONTROLLABLE:SetAltitude(Altitude, Keep, AltType)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>[AIR] Sets the controlled aircraft group to the specified altitude in meters.</p>
|
||||
<p>[AIR] Sets the controlled aircraft group to fly at the specified altitude in meters.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -2313,7 +2313,7 @@ The method <a href="##(CONTROLLABLE).SetTaskWaypoint">CONTROLLABLE.SetTaskWaypoi
|
||||
<tr class="w3-border">
|
||||
<td class="name w3-half w3-container" style="word-wrap: break-word"><p><a href="##(CONTROLLABLE).SetSpeed">CONTROLLABLE:SetSpeed(Speed, Keep)</a></p></td>
|
||||
<td class="summary w3-half w3-container" style="word-wrap: break-word">
|
||||
<p>Sets the controlled group to go the specified speed in meters per second. </p>
|
||||
<p>Sets the controlled group to go at the specified speed in meters per second. </p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="w3-border">
|
||||
@@ -8905,7 +8905,7 @@ Warning! When you switch this option off, the airborne group will continue to fl
|
||||
<h2><a id="#(CONTROLLABLE).SetAltitude" ><strong>CONTROLLABLE:SetAltitude(Altitude, Keep, AltType)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>[AIR] Sets the controlled aircraft group to the specified altitude in meters.</p>
|
||||
<p>[AIR] Sets the controlled aircraft group to fly at the specified altitude in meters.</p>
|
||||
|
||||
<div id= "#Functions##SetAltitude" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -8923,7 +8923,7 @@ Warning! When you switch this option off, the airborne group will continue to fl
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Altitude in meters</p>
|
||||
<p>Altitude in meters.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -8936,7 +8936,7 @@ Warning! When you switch this option off, the airborne group will continue to fl
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>(Optional) When set to true will maintain that altitude on passing waypoints. If no present or false the controlled group will return to the altitude as defined by their route. </p>
|
||||
<p>(Optional) When set to true, will maintain the altitude on passing waypoints. If not present or false, the controlled group will return to the altitude as defined by their route. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -8949,7 +8949,7 @@ Warning! When you switch this option off, the airborne group will continue to fl
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>(Optional) Will specify the altitude type used. If nil the altitude type of the current waypoint will be used. Accepted values are "BARO" and "RADIO".</p>
|
||||
<p>(Optional) Specifies the altitude type used. If nil, the altitude type of the current waypoint will be used. Accepted values are "BARO" and "RADIO".</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -9076,7 +9076,7 @@ Warning! When you switch this option off, the airborne group will continue to fl
|
||||
<h2><a id="#(CONTROLLABLE).SetSpeed" ><strong>CONTROLLABLE:SetSpeed(Speed, Keep)</strong></a></h2>
|
||||
</div>
|
||||
|
||||
<p>Sets the controlled group to go the specified speed in meters per second. </p>
|
||||
<p>Sets the controlled group to go at the specified speed in meters per second. </p>
|
||||
|
||||
<div id= "#Functions##SetSpeed" class="w3-show w3-white">
|
||||
<div class="w3-container w3-white" id="functiontype">
|
||||
@@ -9094,7 +9094,7 @@ Warning! When you switch this option off, the airborne group will continue to fl
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>Speed in meters per second</p>
|
||||
<p>Speed in meters per second.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -9107,7 +9107,7 @@ Warning! When you switch this option off, the airborne group will continue to fl
|
||||
</div>
|
||||
<div class="w3-half">
|
||||
|
||||
<p>(Optional) When set to true will maintain that speed on passing waypoints. If no present or false the controlled group will return to the speed as defined by their route. </p>
|
||||
<p>(Optional) When set to true, will maintain the speed on passing waypoints. If not present or false, the controlled group will return to the speed as defined by their route. </p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user