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



Mission file Short description Modules
ual-missions/eCar/SICK_front.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 ~ LASER1
}

ProcessConfig = LASER1
{
	CommsTick = 100
	AppTick = 100
	
	driver			= CSickLaserUSB
	process_rate    = 100		// Hz

	sensorLabel  	= SICK_FRONT_OBS
	pose_x			= 2.0	 // Laser range scaner 3D position in the robot (meters)
	pose_y			= 0
	pose_z			= 0.40
	pose_yaw		= 0  	// Angles in degrees
	pose_pitch		= 0
	pose_roll		= 0
	
	SICKUSB_serialNumber = LASER001
	
}





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