# ascend behavior behavior ascend { duration = 1200; horizontalMode = heading; horizontal = 190; pitch = 20; speed = 1.5; endDepth = 2; } #Leg to waypoint LOCO14 #N36 40.14 W121 50.65 #maximum depth 20m behavior waypoint_yoyo { latitude = 36.6690; longitude = -121.8442; captureRadius = 10; duration = 1800; speed = MISSION_SPEED; minDepth = 2.0; maxDepth = 20; minAltitude = YOYO_MIN_ALTITUDE; maxCycles = 2000; } # Descend behavior to 5 meters behavior descend { horizontalMode = heading; horizontal = 190; pitch = -15; speed = 1.5; maxDepth = 5; minAltitude = 9; duration = 60; } # setpoint on surface to gather momentum behavior setpoint { duration = 30; heading = 190; speed = 1.5; verticalMode = pitch; pitch = 0; } behavior getgps { duration = 900; minHits = 15; abortOnTimeout = True; }