Changeset 6966 for code/branches/rocket2/src/orxonox/controllers
- Timestamp:
- May 26, 2010, 4:28:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/rocket2/src/orxonox/controllers/DroneController.cc
r6951 r6966 72 72 // - rotatePitch, rotateYaw, rotateRoll 73 73 // - apply the to myDrone (e.g. myDrone->rotateYaw(..) ) 74 myDrone->rotatePitch(0.08);75 myDrone->moveFrontBack(1);74 //myDrone->rotatePitch(0.08); 75 //myDrone->moveFrontBack(1); 76 76 77 77 }
Note: See TracChangeset
for help on using the changeset viewer.