Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 9 and Version 10 of pps/tutorial_new


Ignore:
Timestamp:
Mar 9, 2009, 3:37:27 PM (15 years ago)
Author:
FelixSchulthess
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • pps/tutorial_new

    v9 v10  
    3636
    3737== The Drone ==
    38 We created for you the skeleton of an autonomous drone. You can find the code in the files 'src/orxonox/objects/worldentities/Drone.{cc|h}' and 'src/orxonox/controlles/DroneController.{cc|h}'.
     38We created for you the skeleton of an autonomous drone. You can find the code in the files 'src/orxonox/objects/worldentities/Drone.{cc|h}' and 'src/orxonox/objects/controllers/DroneController.{cc|h}'.
    3939
    4040 1. open the file Drone.cc and have a look at the code