Mission file: missions/simple_tests/TestEnoseModular.moos



Mission file Short description Modules
missions/simple_tests/TestEnoseModular.moos (no description) EnoseModular, GenericSensor , MOOSDB

Mission modules graph:

Raw file contents:

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

ProcessConfig = ANTLER
{
	MSBetweenLaunches 	= 200
	ExecutablePath		= 
	
	//crucial processes

	Run = MOOSDB        			@NewConsole = false

	Run = pGenericSensor       		@NewConsole = true~ MODENOSE
	Run = pEnoseModular				@NewConsole = true
//	Run = iRobotGUI2010     		@NewConsole = false

}


ProcessConfig = pEnoseModular
{
	CommsTick = 5
	AppTick = 5
	
	//Graphical display parameters
	graphic_mode = 1				//(0 = Nothing to display ,1 = Display all sensors readings)	
	graphics_min_x = -20			//min value on the X axis plot (time)
	graphics_max_x = 220			//max value on the X axis plot (time)
	graphics_min_y = -0.1				//min value on the Y axis plot (Volts)
	graphics_max_y = 0.7			//max value on the Y axis plot (Volts)
}

ProcessConfig = MODENOSE
{
	CommsTick = 400
	AppTick = 400
	
	driver			= CEnoseModular
	process_rate	= 20			// Hz

	sensorLabel  	= EnoseModular
	pose_x			= 0.05		//Pose in the robot (meters)
	pose_y			= 0			//Pose in the robot (meters)
	pose_z			= 0.29		//Pose in the robot (meters)
	pose_yaw		= 0			//Degrees
	pose_pitch		= 0			//Degrees
	pose_roll		= 180		//Degrees

	COM_port_WIN	= COM8
	COM_baudRate 	= 115200
}





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