Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 26 and Version 27 of pps/tutorial


Ignore:
Timestamp:
Oct 5, 2011, 3:58:23 PM (13 years ago)
Author:
smerkli
Comment:

fixed some typos in 7

Legend:

Unmodified
Added
Removed
Modified
  • pps/tutorial

    v26 v27  
    153153 2. In order to avoid conflicts copy your file (''AutonomousDroneController.cc''):
    154154{{{
    155 ~/orxonox/tutorial$ svn cp src/orxonox/objects/controllers/AutonomousDroneController.cc src/orxonox/objects/controllers/AutonomousDroneController_myUserName.cc
     155~/orxonox/tutorial$ svn cp src/orxonox/controllers/AutonomousDroneController.cc src/orxonox/controllers/AutonomousDroneController_myUserName.cc
    156156}}}
    157157 3. Make sure you don't commit any changes of the original file, so revert your local changes on it:
    158158{{{
    159 ~/orxonox/tutorial$ svn revert src/orxonox/objects/controllers/AutonomousDroneController.cc
     159~/orxonox/tutorial$ svn revert src/orxonox/controllers/AutonomousDroneController.cc
    160160}}}
    161161 4. Now commit: