mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
OPS
- Lots of stuff
This commit is contained in:
@@ -243,6 +243,21 @@ function BRIGADE:onafterStatus(From, Event, To)
|
||||
self:I(self.lid..text)
|
||||
end
|
||||
|
||||
----------------
|
||||
-- Transport ---
|
||||
----------------
|
||||
|
||||
-- Check if any transports should be cancelled.
|
||||
--self:_CheckTransports()
|
||||
|
||||
-- Get next mission.
|
||||
local transport=self:_GetNextTransport()
|
||||
|
||||
-- Request mission execution.
|
||||
if transport then
|
||||
self:TransportRequest(transport)
|
||||
end
|
||||
|
||||
--------------
|
||||
-- Mission ---
|
||||
--------------
|
||||
|
||||
Reference in New Issue
Block a user