Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 26, 2010, 4:28:14 PM (14 years ago)
Author:
gnadler
Message:

now rocket slows and then finally stops after a given number of ticks (aka fuel).
rocket speeds up if distance is greater than x (right now 1000 but can be changed).
collisionShape not yet fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/rocket2/src/orxonox/controllers/DroneController.cc

    r6951 r6966  
    7272        // - rotatePitch, rotateYaw, rotateRoll
    7373        // - 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);
    7676
    7777    }
Note: See TracChangeset for help on using the changeset viewer.