Changes between Version 77 and Version 78 of pps/tutorial
- Timestamp:
- Mar 8, 2018, 2:41:23 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pps/tutorial
v77 v78 147 147 148 148 1. Open the file ''AutonomousDroneController.cc'' and look at it (''src/orxonox/controllers/''). 149 2. Have a look at the constructor and make sure nothing is missing (think of thewhat we did for the AutonomousDrone).149 2. Have a look at the constructor and make sure nothing is missing (think of what we did for the AutonomousDrone). 150 150 3. Now look at the ''tick'' function. It gets called each time before a new frame is drawn. you can put in some steering code here (for instance by using the moveFrontBack function). If you want you can use some functions provided by Math.h: 151 151 {{{