Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 77 and Version 78 of pps/tutorial


Ignore:
Timestamp:
Mar 8, 2018, 2:41:23 PM (6 years ago)
Author:
patricwi
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • pps/tutorial

    v77 v78  
    147147
    148148 1. Open the file ''AutonomousDroneController.cc'' and look at it (''src/orxonox/controllers/'').
    149  2. Have a look at the constructor and make sure nothing is missing (think of the what we did for the AutonomousDrone).
     149 2. Have a look at the constructor and make sure nothing is missing (think of what we did for the AutonomousDrone).
    150150 3. Now look at the ''tick'' function. It gets called each time before a new frame is drawn. you can put in some steering code here (for instance by using the moveFrontBack function). If you want you can use some functions provided by Math.h:
    151151{{{