Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 40 and Version 41 of pps/tutorial


Ignore:
Timestamp:
Apr 9, 2013, 2:08:29 PM (11 years ago)
Author:
smerkli
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • pps/tutorial

    v40 v41  
    7171
    7272The implementation of our drone will happen in three steps:
    73  * Core C++ code for the AutonomousDrone class
    74  * Controller C++ code to steer the drone
    75  * An instantiation in the level file
     73 * '''The AutonomousDrone:''' Core C++ code for the AutonomousDrone class
     74 * '''The AutonomousDroneController:''' Controller C++ code to steer the drone
     75 * '''The XML part:''' An instantiation in the level file
    7676
    7777== The AutonomousDrone ==