XYPattern Task

Description

This task directs a vehicle through a series of waypoints. The series can be repeated a specified number of times. Each waypoint is specified with a LOCATION tag as is the case for the WayPointTask. The waypoints are executed in order of specification.

Publishes

Subscribes

Configuration Block

Example Block

Task = XYPattern
{
	Name = XY1
	Priority = 3
	InitialState = ON
	TimeOut = 300
	FinishFlag = EndMission
	Thrust = 60
	Location = 0,30,0
	Location = 30,30,0
	Location = 0,30,0
	Radius = 8	
	Repeat = 3
}



The MOOS © P. Newman 2001-2002