Changes between Version 6 and Version 7 of pps/tutorial
- Timestamp:
- Mar 7, 2010, 10:31:11 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pps/tutorial
v6 v7 35 35 }}} 36 36 37 == Before you start coding == 38 Before 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 37 40 == 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 }}} 38 45 We 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}'. 39 46