robotology / poeticon

This is the repository of the POETICON++ EU project http://www.poeticon.eu
GNU General Public License v2.0
4 stars 6 forks source link

PRADA probabilistic planner progress tracking #15

Open gsaponaro opened 9 years ago

gsaponaro commented 9 years ago

In aa2008858140fd0a10528c81f63229b6dc70956a, I committed @AlexAntn 's work based on the PRADA probabilistic planner.

It is composed of two software bundles:

  1. the actual planner module, planner.exe, which needs to sit in the same directory of these files: config, rules.dat, state.dat, symbols.dat (currently this directory is app/conf)
  2. a bunch of Python scripts C++ modules, which need access to these files (they can be anywhere on the system): Object_names-IDs.dat, pre_rules.dat, pre_symbols.dat, subgoals.dat

Tracker of improvements to make:

cc @lorejam @vicentepedro

gsaponaro commented 9 years ago

https://github.com/robotology/poeticon/pull/19 addressed some of these issues.

gsaponaro commented 9 years ago

21 fixed keyboard interrupts (ctrl+c) in the Python scripts.

gsaponaro commented 9 years ago

27 standardized port names of the Python scripts.

gsaponaro commented 9 years ago

88aa5221373225f4eba763bad21f0a050679192f standardized port names of C++ PRADA modules.