Changeset 6905 for code/branches/rocket/src/orxonox/worldentities/Drone.cc
- Timestamp:
- May 15, 2010, 6:12:13 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/rocket/src/orxonox/worldentities/Drone.cc
r6778 r6905 49 49 this->myController_ = 0; 50 50 51 this->localLinearAcceleration_.setValue( 0, 0, 0);51 this->localLinearAcceleration_.setValue(1, 1, 1); 52 52 this->localAngularAcceleration_.setValue(0, 0, 0); 53 53 this->primaryThrust_ = 100;
Note: See TracChangeset
for help on using the changeset viewer.