Changes between Version 7 and Version 8 of pps/tutorial_new
- Timestamp:
- Mar 9, 2009, 11:32:26 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pps/tutorial_new
v7 v8 89 89 }}} 90 90 this will tell the phyic engine what dimensions our drone has (in this case its just a cube) 91 6. now we define the mass and to damping parameters of our drone. Append definitions for the following variables as attributes to your drone (as in 3.) 92 {{{ 93 mass = 50 94 linearDamping = 0.9 95 angularDamping = 0.7 96 }}} 91 97 92 98 == Have a look at your Drone == … … 94 100 - Don't worry if it does not react to your steering commands as expected. Try to modify some things. 95 101 - If you want to do some more things you can to try let the drone fly in circles or helixes 102 - Play around a little bit with the linear/angular-Damping parameters 96 103 97 104 == Commit your code to the repository ==