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



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

Mission modules graph:

Raw file contents:

/////////////////////////////////////////////////////////////////////////////
// Antler configuration  block
/////////////////////////////////////////////////////////////////////////////

ProcessConfig = ANTLER
{
	MSBetweenLaunches 	= 200
//	ExecutablePath		= /home/jlblanco/code/momr-release/bin
	
	Run = GenericSensor       @       NewConsole=false ~ GPS1
}

ProcessConfig = GPS1
{
	CommsTick = 10
	AppTick = 10
	
	driver        = CGPSInterface
	process_rate  = 10		// Hz
	sensorLabel     = GPS_OBS

	//COM_port_WIN = COM3
	COM_port_WIN = COM5 // PC-Industrial
	COM_port_LIN = ttyUSB2

	baudRate     = 9600   // The baudrate of the communications (typ. 4800 bauds)

	pose_x			= 0	   // Sensor position in the robot (meters)
	pose_y			= 0
	pose_z			= 0
	
}





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