- Timestamp:
- Mar 3, 2011, 4:26:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutorial/src/orxonox/controllers/AutonomousDroneController.cc
r8012 r8014 35 35 { 36 36 37 CreateFactory(AutonomousDroneController);38 39 37 /** 40 38 @brief … … 48 46 // Make sure to register the object in the factory. 49 47 // Do some kind of initialisation. 50 RegisterObject(AutonomousDroneController);51 48 52 49 // This checks that our creator really is a drone … … 81 78 // - rotatePitch, rotateYaw, rotateRoll 82 79 // Apply the to myDrone (e.g. myDrone->rotateYaw(..) ) 83 myDrone->rotateYaw(dt);84 80 85 81 }
Note: See TracChangeset
for help on using the changeset viewer.