Changeset 8050 for code/branches/tutorial/src/orxonox/controllers
- Timestamp:
- Mar 9, 2011, 11:18:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/tutorial/src/orxonox/controllers/AutonomousDroneController.cc
r8014 r8050 74 74 //TODO: Place your code here: 75 75 // Steering commands 76 // You can use the following commands for steering76 // You can use the commands provided by the AutonomousDrone to steer it: 77 77 // - moveFrontBack, moveRightLeft, moveUpDown 78 78 // - rotatePitch, rotateYaw, rotateRoll 79 // Apply the to myDrone (e.g. myDrone->rotateYaw(..) )79 // Apply them to myDrone (e.g. myDrone->rotateYaw(..) ) 80 80 81 81 }
Note: See TracChangeset
for help on using the changeset viewer.