<?xml version="1.0" encoding="UTF-8"?>
<MissionReport name="Mission Metadata" version="1.0">
  <statement name="Mission Statement">
    Mission description as opening statement:
    <text name="Opening statement">Test mission for USV waypoint commands, running a simple box.  Mission results are added to metadata comments and then converted into a mission report.</text>
  </statement>
  <id name="Identity information">
    Date, time, location, author, live/virtual:
    <date name="Date">Ongoing default demonstration</date>
    <time name="Time" />
    <location name="Location">Monterey Bay California USA</location>
    <personnel name="Personnel">Actual afloat USV operations require a safety observer that can shutdown the robot.  This is a Rules of the Road requirement.</personnel>
    <author name="Test/report author">Don Brutzman</author>
    <live name="Live/virtual">Virtual demonstration test</live>
  </id>
  <environment name="Environment">
    Sea state, set/drift, wind, navigation accuracy:
    <SeaState name="Estimated sea state">0</SeaState>
    <SetDrift name="Estimated current set, drift">0</SetDrift>
    <wind name="Estimated wind direction, speed">0</wind>
    <navfix name="Estimated navigational fix accuracy">0</navfix>
  </environment>
  <objectives name="Test objectives">
    Mission, hardware, software, communications objectives:
    <mission name="Mission">Demonstrate basic USV mission capability</mission>
    <hardware name="Hardware">NPS has two SeaFox vehicles</hardware>
    <software name="Software">Simple proportional difference controller in AUV Workbench</software>
    <communications name="Communications">None</communications>
  </objectives>
  <hardware name="Hardware issues or problems">
    Mechanical, electrical, sensors, communications:
    <mechanical name="Hull, mechanical, propulsion" />
    <electrical name="Electrical and electronic" />
    <sensors name="Sensors" />
    <communications name="Communications" />
    <other name="Other issues" />
  </hardware>
  <software name="Software issues or problems">
    Version, control, sensors, etc.:
    <versions name="Versions" />
    <control name="Control">TODO:  Control and hydrodynamics coefficients need to be parameterized rather than hard-wired into Java classes.</control>
    <sensors name="Sensors" />
    <other name="Other issues" />
  </software>
  <TroubleLog name="Trouble log">
    Mission problem descriptions:
    <problem name="Problem, workaround" />
    <problem name="Problem, workaround" />
    <problem name="Problem, workaround" />
  </TroubleLog>
  <DataCollection name="Data collection">
    Data collection descriptions:
    <narratives name="Mission narratives" />
    <files name="Data files retrieved" />
    <photos name="Photographs and captions" />
    <missions name="AUVW missions" />
    <archiveDirectory name="Archive directory names" />
    <archiveUrl name="Archive URL" />
  </DataCollection>
  <scene name="Mission scene">
    X3D Mission scene, relative or full URL:
    <x3d name="Operating Area">C:/www.web3d.org/x3d/content/examples/Savage/AuvWorkbench/OperatingAreas/MontereyBayOpArea.x3d</x3d>
  </scene>
  <images name="Mission images">
    Mission images, relative or full URLs:
    <missionview name="2DMissionView">../../images/2DMissionView.png</missionview>
    <missionview name="3DSceneView">../../images/3DSceneView.png</missionview>
    <missionview name="AgendaMissionSimpleBoxSearch.2012December2">../../images/AgendaMissionSimpleBoxSearch.2012December2.png</missionview>
    <missionview name="AgendaMissionSimpleBoxSearch">../../images/AgendaMissionSimpleBoxSearch.png</missionview>
    <missionview name="AgendaMissionSimpleBoxSearch.WaypointParseDelays.2012December3">../../images/AgendaMissionSimpleBoxSearch.WaypointParseDelays.2012December3.png</missionview>
    <missionview name="AgendaMissionStart">../../images/AgendaMissionStart.png</missionview>
    <missionview name="AuvWorkbenchScreenSnapshot">../../images/AuvWorkbenchScreenSnapshot.png</missionview>
    <missionview name="MeaMissionCompletedSearchFails">../../images/MeaMissionCompletedSearchFails.png</missionview>
    <missionview name="OpenMapView">../../images/OpenMapView.png</missionview>
  </images>
  <plots name="Mission plots">
    Mission plots, relative or full URLs:
    <jFreeChart name="chartXy">./images/chartXy.png</jFreeChart>
    <jFreeChart name="chartXyz">./images/chartXyz.png</jFreeChart>
    <jFreeChart name="chartOrientations">./images/chartOrientations.png</jFreeChart>
    <jFreeChart name="chartLinearVelocities">./images/chartLinearVelocities.png</jFreeChart>
    <jFreeChart name="chartRotationalVelocities">./images/chartRotationalVelocities.png</jFreeChart>
    <jFreeChart name="chartPropellers">./images/chartPropellers.png</jFreeChart>
    <jFreeChart name="chartRudder">./images/chartRudder.png</jFreeChart>
    <jFreeChart name="chartBodyThrusters">./images/chartBodyThrusters.png</jFreeChart>
    <jFreeChart name="chartLateralThrustersCourse">./images/chartLateralThrustersCourse.png</jFreeChart>
    <jFreeChart name="chartRemainingBatteryPower">./images/chartRemainingBatteryPower.png</jFreeChart>
  </plots>
  <relatedmissions name="Related missions">
    Related missions of interest:
    <mission name="Mission" />
    <mission name="Mission" />
    <mission name="Mission" />
  </relatedmissions>
  <conclusion name="Conclusions and recommendations">
    Mission conclusions and recommendations:
    <text name="Conclusions">Simple box test mission works satisfactorily.</text>
    <text name="Recommendations for future work">Multiple TODO improvements and bugfixes remain, this is a work in progress.</text>
  </conclusion>
</MissionReport>

