The GoToDepth Task

Description

Attempt to obtain specified depth and terminates upon getting with TOLERANCE of goal

Publishes

Subscribes

Configuration Block

Example Block

//Go To 21m depth +/- 1m at 30 percent thrust, turning right
Task = Dive
{
	Name 		= Dive
	Priority	= 3
	InitialState 	= ON
	TimeOut 	= 30
	StartFlag 	= Dive
	FinishFlag 	= DiveCompleted

	Tolerance = 1.0
	Depth		= 21.0

	Thrust 		= 30
	Rudder		= 4
}


The MOOS © P. Newman 2001-2002