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

    r7444 r7446  
    4646        // Make sure to register the object in the factory.
    4747        // Do some kind of initialisation.
    48         //TODO: Remove.
    49         RegisterObject(AutonomousDroneController);
    5048
    5149        // This checks that our creator really is a drone
     
    8078        // - rotatePitch, rotateYaw, rotateRoll
    8179        // Apply the to myDrone (e.g. myDrone->rotateYaw(..) )
    82         //TODO: Remove:
    83         myDrone->rotateRoll(dt*2);
    84         myDrone->moveFrontBack(dt*50);
    85         myDrone->rotateYaw(dt);
    8680
    8781    }
Note: See TracChangeset for help on using the changeset viewer.