Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 17, 2010, 4:36:18 PM (15 years ago)
Author:
gasserlu
Message:

drone follows in realistic matter

File:
1 edited

Legend:

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

    r6847 r6918  
    169169    void Drone::rotateYaw(const Vector2& value)
    170170    {
    171         this->localAngularAcceleration_.setY(this->localAngularAcceleration_.y() - value.x);
     171        this->localAngularAcceleration_.setY(this->localAngularAcceleration_.y() + value.x);
    172172    }
    173173
Note: See TracChangeset for help on using the changeset viewer.