Mission file: ual-missions/eCar/ChessboardDetector.moos



Mission file Short description Modules
ual-missions/eCar/ChessboardDetector.moos (no description) ChessboardDetector

Mission modules graph:

Raw file contents:

ProcessConfig = ANTLER
{
	MSBetweenLaunches 	= 200
	
	Run = ChessboardDetector
}

//------------------------------------------
// ChessboardDetector configuration block

ProcessConfig = ChessboardDetector
{
	CommsTick  = 50
	AppTick    = 50
	
	// (Default="STEREO1_OBS") The name of the variable with the input stream of stereo images (they must be rectified)
	STEREO_INPUT = STEREO1_OBS
	
	CHESSBOARD_NX   = 4     // (Mandatory) Chessboard params: number of corners in X
	CHESSBOARD_NY   = 3     // (Mandatory) Chessboard params: number of corners in Y
	CHESSBOARD_LX   = 0.132   // (Mandatory) Chessboard params: distance betwwen squares in Y (in meters)
	CHESSBOARD_LY   = 0.132   // (Mandatory) Chessboard params: distance betwwen squares in X (in meters)
}




Page generated by Mooxygen 1.1.0 at Mon May 26 00:45:07 2014
Valid HTML 4.01 Transitional