Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 68 and Version 69 of pps/tutorial


Ignore:
Timestamp:
Sep 23, 2016, 2:17:02 PM (8 years ago)
Author:
zifloria
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • pps/tutorial

    v68 v69  
    3838We created for you the skeleton of an autonomous drone. You can download them by running these commands:
    3939{{{
    40 # make sure you're in the right folder
     40# make sure you're in the right folder (trunk)
    4141pwd
    4242# should print:
     
    4444wget http://svn.orxonox.net/game/code/branches/tutorial6/src/orxonox/controllers/AutonomousDroneController.{cc,h} -P src/orxonox/controllers/
    4545wget http://svn.orxonox.net/game/code/branches/tutorial6/src/orxonox/worldentities/AutonomousDrone.{cc,h} -P src/orxonox/worldentities/
     46wget http://svn.orxonox.net/game/code/branches/tutorial6/data/levels/tutorial.oxw -O data/levels/tutorial.oxw
    4647}}}
    4748