Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 9, 2011, 11:18:06 AM (14 years ago)
Author:
dafrick
Message:

Adding some documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/tutorial/src/orxonox/controllers/AutonomousDroneController.cc

    r8014 r8050  
    7474        //TODO: Place your code here:
    7575        // Steering commands
    76         // You can use the following commands for steering
     76        // You can use the commands provided by the AutonomousDrone to steer it:
    7777        // - moveFrontBack, moveRightLeft, moveUpDown
    7878        // - rotatePitch, rotateYaw, rotateRoll
    79         // Apply the to myDrone (e.g. myDrone->rotateYaw(..) )
     79        // Apply them to myDrone (e.g. myDrone->rotateYaw(..) )
    8080
    8181    }
Note: See TracChangeset for help on using the changeset viewer.