Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 7 and Version 8 of pps/tutorial_new


Ignore:
Timestamp:
Mar 9, 2009, 11:32:26 AM (15 years ago)
Author:
scheusso
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • pps/tutorial_new

    v7 v8  
    8989}}}
    9090 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{{{
     93mass = 50
     94linearDamping = 0.9
     95angularDamping = 0.7
     96}}}
    9197
    9298== Have a look at your Drone ==
     
    94100 - Don't worry if it does not react to your steering commands as expected. Try to modify some things.
    95101 - 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
    96103
    97104== Commit your code to the repository ==