Changeset 6918 for code/branches/ai/src/orxonox/worldentities
- Timestamp:
- May 17, 2010, 4:36:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ai/src/orxonox/worldentities/Drone.cc
r6847 r6918 169 169 void Drone::rotateYaw(const Vector2& value) 170 170 { 171 this->localAngularAcceleration_.setY(this->localAngularAcceleration_.y() -value.x);171 this->localAngularAcceleration_.setY(this->localAngularAcceleration_.y() + value.x); 172 172 } 173 173
Note: See TracChangeset
for help on using the changeset viewer.