behavior missionTimer
{
timeOut =1500;
}
# 
# depth envelope
behavior depthEnvelope
{
minDepth = 0;
maxDepth = 50;
abortDepth = 52;
minAltitude = 10.0;
abortAltitude = 5.0;
}
# acquire gps fix 
behavior getgps
{
duration = 600;
minHits = 10;
abortOnTimeout = True;
}
# 
# ascend behavior 
behavior ascend
{
duration = 300;
horizontalMode = rudder;
horizontal = 3.000000;
pitch = 45.000000;
speed = 1.500000;
endDepth = 2.000000;
}
behavior waypoint_bottom
{
latitude = 36.827850;
longitude = -121.8437;
duration = 600;
depth = 30.000000;
speed = 1.500000;
}
behavior waypoint_bottom
{
latitude = 36.824850;
longitude = -121.8437;
duration = 600;
depth = 35.000000;
speed = 1.500000;
maxLowerPitch = 15;
}
behavior waypoint_bottom
{
latitude = 36.820850;
longitude = -121.8437;
duration = 600;
depth = 30.;
speed = 1.500000;
}
behavior waypoint
{
latitude = 36.817850;
longitude = -121.8437;
duration = 600;
depth = 30.000000;
speed = 1.500000;
}
# 
# Descend behavior 
behavior descend
{
horizontalMode = rudder;
horizontal = 3.0;
pitch = -35.000000;
speed = 1.500000;
maxDepth = 30;
minAltitude = 5.000000;
duration = 300;
}
# 
# Descend behavior 
behavior descend
{
horizontalMode = heading;
horizontal = 10.0;
pitch = -35.000000;
speed = 1.500000;
maxDepth = 3.000000;
minAltitude = 5.000000;
duration = 300;
}
# 
# setpoint on surface to gather momentum 
behavior setpoint
{
duration = 30;
heading = 10.0;
speed = 1.500000;
verticalMode = pitch;
pitch = 0;
}
# 
# acquire gps fix 
behavior getgps
{
duration = 600;
minHits = 10;
abortOnTimeout = True;
}
