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

USARBot.ATRVJr


00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025
00026
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051
00052
00053
00054
00055
00056
00057
00058
00059
00060
00061
00062
00063
00064
00065
00066
00067
00068
class ATRVJr extends SkidSteeredRobot config(USARBot);

defaultproperties
{
  //---Wheel information.  Since the ATRVJr has four wheels, we have four of these definitions
  // The next four definitions will create a 4-wheel skid steer ATRVJr where all the wheels are locked (cannot be steered)

    // Number=0 indicates that this wheel is the first JointPart defined in USARBot.ini (ORDER MATTERS!)
    // Power=Right_Powered tells USARSim to spin this wheel using the right throttle
    // Note that since the variables SteerType and MaxSteerAngle are not defined, this wheel is not steered (steering is locked)
    Wheels(0)=(Number=0,PowerType=Right_Powered);

    // Number=1 indicates that this wheel is the second JointPart defined in USARBot.ini (ORDER MATTERS!)
    // Power=Left_Powered tells USARSim to spin this wheel using the left throttle
    // Note that since the variables SteerType and MaxSteerAngle are not defined, this wheel is not steered (steering is locked)
    Wheels(1)=(Number=1,PowerType=Left_Powered);

    // Number=2 indicates that this wheel is the third JointPart defined in USARBot.ini (ORDER MATTERS!)
    // Power=Left_Powered tells USARSim to spin this wheel using the right throttle
    // Note that since the variables SteerType and MaxSteerAngle are not defined, this wheel is not steered (steering is locked)
    Wheels(2)=(Number=2,PowerType=Right_Powered);

    // Number=3 indicates that this wheel is the fourth JointPart defined in USARBot.ini (ORDER MATTERS!)
    // Power=Left_Powered tells USARSim to spin this wheel using the left throttle
    // Note that since the variables SteerType and MaxSteerAngle are not defined, this wheel is not steered (steering is locked)
    Wheels(3)=(Number=3,PowerType=Left_Powered);
  //---

  //--Other Robot's Properties
    bDebug=false
    StaticMesh=StaticMesh'USARSim_Vehicles_Meshes.ATRVJr.ATRVJrBody'
    DrawScale=4.762
    DrawScale3D=(X=1.0,Y=1.0,Z=1.0)

    ChassisMass=1.000000

    // Configuration Parameters. Note: these variables need to be correspond to your robot's model.
    WheelRadius=0.1922                      // Wheel Radius, in unreal units. Note: Value is in meters
    Dimensions=(X=0.7744,Y=0.6318,Z=0.5754) // X=Length=0.7744m, Y=Width=0.6318m, Z=Height=0.5754m
    maxSpinSpeed=2.0944                     // Maximum wheel's spin speed is 2.0944 rad/sec = 120 deg/sec

    TireRollFriction=15.000000
    TireLateralFriction=0.5
    TireRollSlip=0.0600
    TireLateralSlip=0.0600000
    TireMinSlip=0.001000
    TireSlipRate=0.00100000
    TireSoftness=0.000020
    TireAdhesion=0.000000
    TireRestitution=0.000000

    Begin Object Class=KarmaParamsRBFull Name=KParams0
        KInertiaTensor(0)=0.10000
        KInertiaTensor(3)=0.20000
        KInertiaTensor(5)=0.4000
        KCOMOffset=(X=0.000000,Z=-0.500000)
        KLinearDamping=0.500000
        KAngularDamping=100.00000
        KStartEnabled=True
        bHighDetailOnly=False
        bClientOnly=False
        bKDoubleTickRate=True
        KFriction=1.600000
        Name="KParams0"
    End Object
    KParams=KarmaParamsRBFull'USARBot.ATRVJr.KParams0'
  //--
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Class file time: Do 18.1.2007 22:55:34.000 - Creation time: Mo 16.4.2007 11:20:44.656 - Created with UnCodeX