diff --git a/missions/avcl/IS3460/LpvTransPacificReplenishmentMissionAVCL.xml b/missions/avcl/IS3460/LpvTransPacificReplenishmentMissionAVCL.xml index c2d81fffc76c6b7a4121f475a344b44f452e9cd9..cc1adb90f28659535357ff7f6965d3e940eb347a 100644 --- a/missions/avcl/IS3460/LpvTransPacificReplenishmentMissionAVCL.xml +++ b/missions/avcl/IS3460/LpvTransPacificReplenishmentMissionAVCL.xml @@ -20,10 +20,22 @@ <!-- TODO Vehicle vehicleName="RescueDrone" vehicleType="UAV" --> <MissionAgenda description="."> <GoalList> - <Goal id="Goal0" title="Deploy, Launch" description="Launch robot for voyage from CONUS location on West Coast" phase="Launch" nextOnSuccess="Goal1" nextOnFailure="Goal99" nextOnException="Goal99"> - <Reposition description="Leave dock, proceed to basin"/> + <Goal id="Goal0.0" title="Laboratory testing" description="Make preparations to get underway" phase="Launch" nextOnSuccess="Goal0.1" nextOnFailure="Goal0.0" nextOnException="Goal99"> + <SpecialGoal description="Get ready... make all preparations to get underway"/> + </Goal> + <Goal id="Goal0.1" title="Preunderway checks" description="Fast cruise testing while still out of the water" phase="Launch" nextOnSuccess="Goal0.0" nextOnFailure="Goal99" nextOnException="Goal99"> + <SpecialGoal description="Get set... test all systems in place without moving"/> + </Goal> + <Goal id="Goal0.2" title="Launch" description="Launch/lower robot into the water" phase="Launch" nextOnSuccess="Goal1" nextOnFailure="Goal99" nextOnException="Goal99"> + <Reposition description="Get wet... put robot into the water"/> <!-- TODO Risk personnel clear --> </Goal> + <Goal id="Goal0.3" title="Postunderway checks" description="Confirm robot OK before releasing it" phase="Launch" nextOnSuccess="Goal1" nextOnFailure="Goal99" nextOnException="Goal99"> + <SpecialGoal description="Get completely ready... Again test all systems in water prior to departure"/> + </Goal> + <Goal id="Goal0.4" title="Departure" description="Launch robot for voyage from CONUS location on West Coast" phase="Launch" nextOnSuccess="Goal1" nextOnFailure="Goal99" nextOnException="Goal99"> + <SpecialGoal description="Go! ready to proceed on voyage."/> + </Goal> <Goal id="Goal1" title="New Goal Name" description="provide a description" phase="Transit1" nextOnSuccess="Goal2" nextOnFailure="Goal99" nextOnException="Goal99"> <SpecialGoal description="TODO"/> </Goal> diff --git a/missions/avcl/IS3460/LpvTransPacificReplenishmentMissionDiagram.vsdx b/missions/avcl/IS3460/LpvTransPacificReplenishmentMissionDiagram.vsdx index 7af421781397a2774340905b1aca303258025330..676150bfd372e0785ec5ad4290470ccbd1bc8bc0 100644 Binary files a/missions/avcl/IS3460/LpvTransPacificReplenishmentMissionDiagram.vsdx and b/missions/avcl/IS3460/LpvTransPacificReplenishmentMissionDiagram.vsdx differ diff --git a/missions/avcl/IS3460/LpvTransPacificReplenishmentMissionDiagram1.png b/missions/avcl/IS3460/LpvTransPacificReplenishmentMissionDiagram1.png index c292467f8255842004ec33e518f1ec4887a62ac2..826a6f7c5acfcecd84efc91d0b71d18c8ced0069 100644 Binary files a/missions/avcl/IS3460/LpvTransPacificReplenishmentMissionDiagram1.png and b/missions/avcl/IS3460/LpvTransPacificReplenishmentMissionDiagram1.png differ diff --git a/missions/avcl/IS3460/LpvTransPacificReplenishmentMissionDiagram2.png b/missions/avcl/IS3460/LpvTransPacificReplenishmentMissionDiagram2.png index 4b484e446808745216f0b0b97385ecbbf00a558a..e0436d053dbefe1d5b2f3bbfe57e9a70ab97f63a 100644 Binary files a/missions/avcl/IS3460/LpvTransPacificReplenishmentMissionDiagram2.png and b/missions/avcl/IS3460/LpvTransPacificReplenishmentMissionDiagram2.png differ