Changeset 8075
- Timestamp:
- Mar 14, 2011, 4:56:51 PM (14 years ago)
- File:
-
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutorial/src/orxonox/controllers/AutonomousDroneController_jonas.cc
r8074 r8075 46 46 // Make sure to register the object in the factory. 47 47 // Do some kind of initialisation. 48 RegisterObject(AutonomousDroneController); 49 48 50 49 51 // This checks that our creator really is a drone … … 79 81 // Apply them to myDrone (e.g. myDrone->rotateYaw(..) ) 80 82 83 myDrone->moveFrontBack(100); 84 myDrone->rotatePitch(0.7); 81 85 } 82 86 }
Note: See TracChangeset
for help on using the changeset viewer.