Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 14, 2011, 4:56:51 PM (13 years ago)
Author:
jonas
Message:

My steering fct

File:
1 copied

Legend:

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

    r8074 r8075  
    4646        // Make sure to register the object in the factory.
    4747        // Do some kind of initialisation.
     48RegisterObject(AutonomousDroneController);
     49
    4850
    4951        // This checks that our creator really is a drone
     
    7981        // Apply them to myDrone (e.g. myDrone->rotateYaw(..) )
    8082
     83        myDrone->moveFrontBack(100);
     84        myDrone->rotatePitch(0.7);
    8185    }
    8286}
Note: See TracChangeset for help on using the changeset viewer.