Affordance imitation/Archive: Difference between revisions

From ISRWiki
Jump to navigation Jump to search
(Created page with "= Old setup at vislab repository = == Requirements == === From source === Do not forget to add the build directory of the demoAffv3 to your PATH variable. export PATH=$PATH:...")
 
Line 7: Line 7:
Do not forget to add the build directory of the demoAffv3 to your PATH variable.
Do not forget to add the build directory of the demoAffv3 to your PATH variable.
   export PATH=$PATH:~/workspace/vislab/prj/poeticon++/demoaffv3/build
   export PATH=$PATH:~/workspace/vislab/prj/poeticon++/demoaffv3/build
== Build ==
Checkout the project from the Vislab's repository:
  svn co svn://svn.isr.ist.utl.pt/vislab
Compile the project:
  cd vislab/prj/poeticon++/demoaffv3
  mkdir build; cd build
  cmake ..
  make
Verify that the build reached 100% and that you have all of the following binaries:
  affordanceController     
  behaviorController           
  attentionSelection             
  effectDetector 
  blobDescriptor     
  edisonSegmenter
  controlGaze

Revision as of 14:35, 26 June 2013

Old setup at vislab repository

Requirements

From source

Do not forget to add the build directory of the demoAffv3 to your PATH variable.

 export PATH=$PATH:~/workspace/vislab/prj/poeticon++/demoaffv3/build

Build

Checkout the project from the Vislab's repository:

 svn co svn://svn.isr.ist.utl.pt/vislab

Compile the project:

 cd vislab/prj/poeticon++/demoaffv3
 mkdir build; cd build
 cmake ..
 make

Verify that the build reached 100% and that you have all of the following binaries:

 affordanceController       
 behaviorController             
 attentionSelection               
 effectDetector  
 blobDescriptor      
 edisonSegmenter
 controlGaze