Skip to content
Snippets Groups Projects
Commit 65366cae authored by Brutzman, Don's avatar Brutzman, Don
Browse files

wording

parent da7d559a
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
<GoalList> <GoalList>
<Goal id="Goal1" title="Deploy, Launch" description="Launch robot" phase="Launch" nextOnSuccess="Goal2" nextOnFailure="Goal3" nextOnException="Goal3"> <Goal id="Goal1" title="Deploy, Launch" description="Launch robot" phase="Launch" nextOnSuccess="Goal2" nextOnFailure="Goal3" nextOnException="Goal3">
<Reposition description="Leave dock, proceed to basin"/> <Reposition description="Leave dock, proceed to basin"/>
<!-- TODO Risk personnel clear -->
</Goal> </Goal>
<Goal id="Goal2" title="Perform racetrack in Delmar Boat Basin" description="Provide acoustic signals to MEMS sensor" phase="Patrol" nextOnSuccess="Goal3" nextOnFailure="Goal3" nextOnException="Goal3"> <Goal id="Goal2" title="Perform racetrack in Delmar Boat Basin" description="Provide acoustic signals to MEMS sensor" phase="Patrol" nextOnSuccess="Goal3" nextOnFailure="Goal3" nextOnException="Goal3">
<Search datumType="area" requiredPD="0.5"> <Search datumType="area" requiredPD="0.5">
...@@ -58,6 +59,7 @@ ...@@ -58,6 +59,7 @@
</Goal> </Goal>
<Goal id="Goal3" title="Return and recover" description="Land on dock" phase="Recover"> <Goal id="Goal3" title="Return and recover" description="Land on dock" phase="Recover">
<Reposition description="Return to dock for recovery"/> <Reposition description="Return to dock for recovery"/>
<!-- TODO Risk personnel clear -->
</Goal> </Goal>
</GoalList> </GoalList>
</MissionAgenda> </MissionAgenda>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment