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/controllers/AutonomousDroneController.cc

    r8012 r8014  
    3535{
    3636
    37     CreateFactory(AutonomousDroneController);
    38 
    3937    /**
    4038    @brief
     
    4846        // Make sure to register the object in the factory.
    4947        // Do some kind of initialisation.
    50         RegisterObject(AutonomousDroneController);
    5148
    5249        // This checks that our creator really is a drone
     
    8178        // - rotatePitch, rotateYaw, rotateRoll
    8279        // Apply the to myDrone (e.g. myDrone->rotateYaw(..) )
    83         myDrone->rotateYaw(dt);
    8480
    8581    }
Note: See TracChangeset for help on using the changeset viewer.