Changeset 8014 for code/branches/tutorial/src/orxonox/controllers
- Timestamp:
- Mar 3, 2011, 4:26:30 PM (14 years ago)
- Location:
- code/branches/tutorial/src/orxonox/controllers
- Files:
-
- 2 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 } -
code/branches/tutorial/src/orxonox/controllers/CMakeLists.txt
r8012 r8014 1 1 ADD_SOURCE_FILES(ORXONOX_SRC_FILES 2 AutonomousDroneController.cc3 2 Controller.cc 4 3 HumanController.cc
Note: See TracChangeset
for help on using the changeset viewer.