mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
Progress
This commit is contained in:
parent
e1aef42df8
commit
0b5d97bf3f
@ -61,7 +61,7 @@ do -- TASK_PROTECT
|
||||
Fsm:AddProcess ( "Planned", "Accept", ACT_ASSIGN_ACCEPT:New( self.TaskBriefing ), { Assigned = "ProtectZone", Rejected = "Reject" } )
|
||||
|
||||
Fsm:AddTransition( "Assigned", "ProtectZone", "Protecting" )
|
||||
Fsm:AddProcess ( "Protecting", "Protect", "Protecting", {} )
|
||||
Fsm:AddTransition( "Protecting", "Protect", "Protecting", {} )
|
||||
Fsm:AddTransition( "Protecting", "RouteToTarget", "Protecting" )
|
||||
Fsm:AddProcess( "Protecting", "RouteToTargetZone", ACT_ROUTE_ZONE:New(), {} )
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user