Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

USARBot.HumanMotionSensor

Extends
Sensor
Modifiers
config ( USARBot )

Core.Object
|   
+-- Engine.Actor
   |   
   +-- USARBot.Item
      |   
      +-- USARBot.Sensor
         |   
         +-- USARBot.HumanMotionSensor

Variables Summary
floatFOV
floatMaxRange
floatMaxSpeed
floatuuMaxRange
floatuuMaxSpeed
Inherited Variables from USARBot.Sensor
bUseGroup, bWithTimeStamp, HiddenSensor, Mean, Noise, OutputCurve, Sigma, utils
Inherited Variables from USARBot.Item
converter, ItemMount, ItemName, ItemType, myDirection, myPosition, Platform, Weight

Functions Summary
function ConvertParam (USARConverter converter)
functionString GetConfData ()
functionString GetData ()
Inherited Functions from USARBot.Sensor
GetConfData, GetConfHead, GetData, GetGeoData, GetGeoHead, GetHead, Init
Inherited Functions from USARBot.Item
ConvertParam, Init, isName, isType, Set, SetName


Variables Detail

FOV Source code

var config float FOV;

MaxRange Source code

var config float MaxRange;

MaxSpeed Source code

var float MaxSpeed;

uuMaxRange Source code

var float uuMaxRange;

uuMaxSpeed Source code

var float uuMaxSpeed;


Functions Detail

ConvertParam Source code

function ConvertParam ( USARConverter converter )

GetConfData Source code

function String GetConfData ( )

GetData Source code

function String GetData ( )


Defaultproperties

defaultproperties
{
    ItemType="HumanMotion"
    MaxRange=3 
    MaxSpeed=0.5 
    FOV=1.0472 
    OutputCurve=(Points=((InVal=0,OutVal=0),(InVal=1000,OutVal=1000)))
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Mo 16.4.2007 11:20:22.421 - Created with UnCodeX