<?xml version="1.0" encoding="UTF-8"?>

<Deployment name="Sep2010-Tank-03" hibernate="true" comment="test non-motion aspects, hibernating">

  <Plan name="experiments" sites="5">

    <!-- Test the device components before every site -->
    <VehicleCheckup />

    <!-- Wait up to 3 minutes for favorable current -->
    <FavorableCurrent name="current" heading="90" deviation="60" duration="3" comment="" />

    <MoveForward name="test" distance="0.5" sleep="2.2" take_images="TruE" image_interval="1.1" />

    <!-- Capture images, measure oxygen concentration, capture images -->
    <FluoroImage prefix="fluoro" />

    <ChamberImages name="chambers-before" prefix="before" />

    <!-- 12 5-minute iterations, sample every 1 min (1 hour) -->
    <OptodeMeasure name="measure" iterations="3" duration="0.3" interval="2.2" />

    <ChamberImages name="chambers-after" prefix="after" />

  </Plan>

  <!-- ==================================================== -->

</Deployment>
