Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 15, 2010, 6:12:13 PM (14 years ago)
Author:
gnadler
Message:

rockets get target but moveToPosition function does not work correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/rocket/src/orxonox/worldentities/Drone.cc

    r6778 r6905  
    4949        this->myController_ = 0;
    5050       
    51         this->localLinearAcceleration_.setValue(0, 0, 0);
     51        this->localLinearAcceleration_.setValue(1, 1, 1);
    5252        this->localAngularAcceleration_.setValue(0, 0, 0);
    5353        this->primaryThrust_  = 100;
Note: See TracChangeset for help on using the changeset viewer.