Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 65 and Version 66 of pps/tutorial


Ignore:
Timestamp:
Mar 7, 2016, 4:03:49 PM (8 years ago)
Author:
fvultier
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • pps/tutorial

    v65 v66  
    123123 5. Now you need to add the AutonomousDrone to the build system. Open the file ''src/orxonox/worldentities/CMakeLists.txt'' and add ''AutonomousDrone.cc'' to the ORXONOX_SRC_FILES. This makes ''cmake'' consider the ''AutonomousDrone.cc'' file for further builds.
    124124
    125 That's it for the AutonomousDrone class.
     125That's it for the AutonomousDrone class. Try to build your code.
     126
     127{{{
     128make -j3
     129}}}
    126130
    127131If you have been having '''problems''', consider the following suggestions, that might help you resolve them.