Changes between Version 68 and Version 69 of pps/tutorial
- Timestamp:
- Sep 23, 2016, 2:17:02 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pps/tutorial
v68 v69 38 38 We created for you the skeleton of an autonomous drone. You can download them by running these commands: 39 39 {{{ 40 # make sure you're in the right folder 40 # make sure you're in the right folder (trunk) 41 41 pwd 42 42 # should print: … … 44 44 wget http://svn.orxonox.net/game/code/branches/tutorial6/src/orxonox/controllers/AutonomousDroneController.{cc,h} -P src/orxonox/controllers/ 45 45 wget http://svn.orxonox.net/game/code/branches/tutorial6/src/orxonox/worldentities/AutonomousDrone.{cc,h} -P src/orxonox/worldentities/ 46 wget http://svn.orxonox.net/game/code/branches/tutorial6/data/levels/tutorial.oxw -O data/levels/tutorial.oxw 46 47 }}} 47 48