Changes between Version 16 and Version 17 of pps/tutorial
- Timestamp:
- Sep 21, 2010, 10:20:49 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pps/tutorial
v16 v17 45 45 We created for you the skeleton of an autonomous drone. You can find the code in the files ''src/orxonox/worldentities/AutonomousDrone.{cc|h}'' and ''src/orxonox/controllers/AutonomousDroneController.{cc|h}''. 46 46 47 1. Open the file ''AutonomousDrone.cc'' and have a look at the code .47 1. Open the file ''AutonomousDrone.cc'' and have a look at the code (''src/orxonox/controllers/''). 48 48 2. In order to be able to create an AutonomousDrone object from the XML file or somewhere else just by the class name, you need to add a call of ''CreateFactory(Classname)'' somewhere inside the ''.cc'' (global, inside the namespace). 49 49 {{{