Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 79 and Version 80 of pps/tutorial


Ignore:
Timestamp:
Mar 28, 2019, 2:08:48 PM (5 years ago)
Author:
wiesep
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • pps/tutorial

    v79 v80  
    4545# should print:
    4646#   /scratch/<your-name>/orxonox/trunk
    47 wget http://svn.orxonox.net/game/code/branches/tutorial6/src/orxonox/controllers/AutonomousDroneController.h -P src/orxonox/controllers/
    48 wget http://svn.orxonox.net/game/code/branches/tutorial6/src/orxonox/controllers/AutonomousDroneController.cc -P src/orxonox/controllers/
    49 wget http://svn.orxonox.net/game/code/branches/tutorial6/src/orxonox/worldentities/AutonomousDrone.h -P src/orxonox/worldentities/
    50 wget http://svn.orxonox.net/game/code/branches/tutorial6/src/orxonox/worldentities/AutonomousDrone.cc -P src/orxonox/worldentities/
     47wget http://svn.orxonox.net/game/code/branches/tutorial6/src/orxonox/controllers/AutonomousDroneController.h -O src/orxonox/controllers/AutonomousDroneController.h
     48wget http://svn.orxonox.net/game/code/branches/tutorial6/src/orxonox/controllers/AutonomousDroneController.cc -O src/orxonox/controllers/AutonomousDroneController.cc
     49wget http://svn.orxonox.net/game/code/branches/tutorial6/src/orxonox/worldentities/AutonomousDrone.h -O src/orxonox/worldentities/AutonomousDrone.h
     50wget http://svn.orxonox.net/game/code/branches/tutorial6/src/orxonox/worldentities/AutonomousDrone.cc -O src/orxonox/worldentities/AutonomousDrone.cc
    5151wget http://svn.orxonox.net/game/code/branches/tutorial6/data/levels/tutorial.oxw -O data/levels/tutorial.oxw
    5252}}}