Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Committing muster-lösung.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tutorial/src/orxonox/controllers/AutonomousDroneController.cc

    r8011 r8012  
    3535{
    3636
     37    CreateFactory(AutonomousDroneController);
     38
    3739    /**
    3840    @brief
     
    4648        // Make sure to register the object in the factory.
    4749        // Do some kind of initialisation.
     50        RegisterObject(AutonomousDroneController);
    4851
    4952        // This checks that our creator really is a drone
     
    7881        // - rotatePitch, rotateYaw, rotateRoll
    7982        // Apply the to myDrone (e.g. myDrone->rotateYaw(..) )
     83        myDrone->rotateYaw(dt);
    8084
    8185    }
Note: See TracChangeset for help on using the changeset viewer.