Skip to content

Karma-Revolutions/poeticon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POETICON++

This is the repository of the POETICON++ EU project.

Installation

Dependencies

PRADA probabilistic planner dependencies:

Affordance network dependencies:

SLIC Superpixels dependencies:

Linux

Installation of the core POETICON++ build:

git clone https://github.com/robotology/poeticon
cd poeticon && mkdir build && cd build && cmake .. && make

Instructions to install libPRADA, required by the probabilistic planner:

cd poeticon
wget http://www.informatik.uni-hamburg.de/ML/contents/people/lang/private/prada/libPRADA.tgz
tar xzvf libPRADA.tgz && cd libPRADA
patch src/MT/util.h < ../extern/libPRADA/prada_unistd.patch
patch test/relational_plan/main.cpp < ../extern/libPRADA/prada_readgoalfromfile.patch
make
cp test/relational_plan/x.exe ../app/conf/planner.exe

Documentation

Articles

License

Released under the terms of the GPL v2.0 or later. See the file LICENSE for details.

About

This is the repository of the POETICON++ EU project http://www.poeticon.eu

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.9%
  • Python 9.4%
  • CMake 3.5%
  • MATLAB 1.2%
  • Thrift 1.1%
  • C 0.9%