behavior missionTimer
{
timeOut = 2200;
}
# 
# depth envelope
behavior depthEnvelope
{
minDepth = 0;
maxDepth = 120;
abortDepth = 125;
minAltitude = 3.0;
abortAltitude = 2.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.817850;
longitude = -121.85030;
duration = 600;
depth = 120.000000;
speed = 1.500000;
altitude = 10;
avoidRange = 100.;
maxLowerPitch = 15;
tau = 3;
}
# PlateauMiddle
behavior waypoint_bottom
{
latitude = 36.817850;
longitude = -121.84350;
duration = 600;
depth = 90.000000;
speed = 1.500000;
altitude = 20;
avoidRange = 100.;
maxLowerPitch = 15;
tau = 3;
}
# PlateauMax
behavior waypoint_bottom
{
latitude = 36.817850;
longitude = -121.84030;
duration = 600;
depth = 90.000000;
speed = 1.500000;
altitude = 20;
avoidRange = 100.;
maxLowerPitch = 15;
tau = 3;
}
behavior waypoint_bottom
{
latitude = 36.817850;
longitude = -121.83470;
duration = 600;
depth = 90.000000;
speed = 1.500000;
altitude = 20;
avoidRange = 100.;
maxLowerPitch = 15;
tau = 3;
}
behavior descend
{
horizontalMode = rudder;
horizontal = 3.0;
pitch = -35.000000;
speed = 1.500000;
maxDepth = 80;
minAltitude = 10.000000;
duration = 300;
}
behavior waypoint_bottom
{
latitude = 36.817850;
longitude = -121.83470;
duration = 600;
depth = 45.000000;
speed = 1.500000;
altitude = 10;
}
# 
# Descend behavior 
behavior descend
{
horizontalMode = heading;
horizontal = 90.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 = 90.0;
speed = 1.500000;
verticalMode = pitch;
pitch = 0;
}
# 
# acquire gps fix 
behavior getgps
{
duration = 600;
minHits = 10;
abortOnTimeout = True;
}
