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