Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 13, 2010, 3:07:04 PM (14 years ago)
Author:
dafrick
Message:

Removing all the stuff the students are supposed to fill in themselves.

File:
1 edited

Legend:

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

    r7444 r7446  
    3636    //TODO: Put your code in here:
    3737    // Create the factory for the drone.
    38     //TODO: Remove.
    39     CreateFactory(AutonomousDrone);
    4038
    4139    /**
     
    4947        //TODO: Put your code in here:
    5048        // Register the drone class to the core.
    51         //TODO: Remove.
    52         RegisterObject(AutonomousDrone);
    5349
    5450        this->myController_ = NULL;
     
    9187        // Variables can be added by the following command
    9288        // XMLPortParam(Classname, "xml-attribute-name (i.e. variablename)", setFunction, getFunction, xmlelement, mode)
    93         //TODO: Remove.
    94         XMLPortParam(AutonomousDrone, "auxiliaryThrus", setAuxiliaryThrust, getAuxiliaryThrust, xmlelement, mode);
    95         XMLPortParam(AutonomousDrone, "rotationThrust", setRotationThrust, getRotationThrust, xmlelement, mode);
    9689
    9790    }
Note: See TracChangeset for help on using the changeset viewer.