Changes between Version 1 and Version 2 of DeveloperGettingStartedGuide
- Timestamp:
- 08/17/10 05:55:12 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperGettingStartedGuide
v1 v2 38 38 To get the source code you can either download the current release from the [http://www.fawkesrobotics.org/download/ Fawkes download page] or clone the git repository. 39 39 === Using the Current Release Snapshot === 40 Download the latest package from the [http://www.fawkesrobotics.org/download/ Fawkes download page]. We assume this to be version 0. 3for now, replace the version appropriately for later versions. Then unpack the tarball and enter the Fawkes directory.40 Download the latest package from the [http://www.fawkesrobotics.org/download/ Fawkes download page]. We assume this to be version 0.4 for now, replace the version appropriately for later versions. Then unpack the tarball and enter the Fawkes directory. 41 41 {{{ 42 wget http://www.fawkesrobotics.org/download/fawkes-0. 3.tar.bz243 tar xfj fawkes-0. 3.tar.bz244 cd fawkes-0. 342 wget http://www.fawkesrobotics.org/download/fawkes-0.4.tar.bz2 43 tar xfj fawkes-0.4.tar.bz2 44 cd fawkes-0.4 45 45 }}} 46 46 === Cloning the Source Code Repository === … … 70 70 # [...] 71 71 # dozens of those, the initial configuration is being created 72 00:26:18.812817 FawkesMainThread: Failed to load default plugins, exception follows73 00:26:18.813339 FawkesMainThread: [EXCEPTION] Plugin 'default' could not be loaded: failed to open module74 00:26:18.813339 FawkesMainThread: [EXCEPTION] Cannot open module75 00:26:18.813339 FawkesMainThread: [EXCEPTION] File '/home/tim/robocup/fawkes/plugins/default.so' does not exist76 # this is ok, no default plugin has been configured77 72 00:26:18.814649 FawkesMainThread: No timed threads exist, waiting 78 73 }}} … … 85 80 ./skillet 86 81 Connection established 87 +# cont88 Switching to continuous skill execution mode89 82 +# say{text="Hello world"} 90 83 Executing: say{text="Hello world"}