Changes between Version 3 and Version 4 of Libbarrett/ExamplePrograms
- Timestamp:
- May 14, 2012, 6:13:16 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Libbarrett/ExamplePrograms
v3 v4 1 1 = Compiling a libbarrett example program = 2 2 3 1. Open a terminal on the realtime computer that will run the WAM. 3 4 1. Change to the "libbarrett_examples" directory in your home folder: … … 27 28 ./ex01_initialize_wam 28 29 }}} 30 1. Read the comments in the source code: 31 {{{ 32 less ex01_initialize_wam.cpp 33 }}}