Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 6 and Version 7 of pps/tutorial


Ignore:
Timestamp:
Mar 7, 2010, 10:31:11 PM (14 years ago)
Author:
scheusso
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • pps/tutorial

    v6 v7  
    3535}}}
    3636
     37== Before you start coding ==
     38Before you start coding there's one [wiki:howto/XMLPort page] which is extremely usefull for the following tasks. You might want to have a look at it.
     39
    3740== The Drone ==
     41{{{
     42#!html
     43<p style="text-align: left; color: red">Note: Do not just copy & paste! Most commands / codelines have to be edited.</p> Otherwise you'll get tons of compiler errors ;)
     44}}}
    3845We created for you the skeleton of an autonomous drone. You can find the code in the files 'src/orxonox/worldentities/Drone.{cc|h}' and 'src/orxonox/controllers/DroneController.{cc|h}'.
    3946