Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 3, 2011, 4:26:30 PM (13 years ago)
Author:
dafrick
Message:

Removing all the solution stuff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tutorial/src/orxonox/worldentities/AutonomousDrone.cc

    r8012 r8014  
    3636    //TODO: Put your code in here:
    3737    // Create the factory for the drone.
    38     CreateFactory(AutonomousDrone);
    3938
    4039    /**
     
    4847        //TODO: Put your code in here:
    4948        // Register the drone class to the core.
    50         RegisterObject(AutonomousDrone);
    5149
    5250        this->myController_ = NULL;
     
    8987        // Variables can be added by the following command
    9088        // XMLPortParam(Classname, "xml-attribute-name (i.e. variablename)", setFunction, getFunction, xmlelement, mode);
    91         XMLPortParam(AutonomousDrone, "auxiliaryThrust", setAuxiliaryThrust, getAuxiliaryThrust, xmlelement, mode);
    92         XMLPortParam(AutonomousDrone, "rotationThrust", setRotationThrust, getRotationThrust, xmlelement, mode);
    9389
    9490    }
Note: See TracChangeset for help on using the changeset viewer.