Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 9, 2011, 9:09:11 PM (13 years ago)
Author:
dafrick
Message:

Minor changes in documentation.

File:
1 edited

Legend:

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

    r8050 r8219  
    4444    {
    4545        //TODO: Place your code here:
    46         // Make sure to register the object in the factory.
    47         // Do some kind of initialisation.
     46        // Make sure to register the object and create the factory.
    4847
    4948        // This checks that our creator really is a drone
     
    7776        // - moveFrontBack, moveRightLeft, moveUpDown
    7877        // - rotatePitch, rotateYaw, rotateRoll
     78        // You will see, that the AutonomousDrone has two variants for each of these commands, one with a vector as input and one with just a float. Use the one with just the float as input.
    7979        // Apply them to myDrone (e.g. myDrone->rotateYaw(..) )
    8080
Note: See TracChangeset for help on using the changeset viewer.