- Timestamp:
- Sep 13, 2010, 3:07:04 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutorial2/src/orxonox/controllers/AutonomousDroneController.cc
r7444 r7446 46 46 // Make sure to register the object in the factory. 47 47 // Do some kind of initialisation. 48 //TODO: Remove.49 RegisterObject(AutonomousDroneController);50 48 51 49 // This checks that our creator really is a drone … … 80 78 // - rotatePitch, rotateYaw, rotateRoll 81 79 // 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);86 80 87 81 }
Note: See TracChangeset
for help on using the changeset viewer.