This PR contains work done mainly at IST over the last two years.
Main changes:
add simulated symbolic reasoner modules, to test probabilistic planning quantitatively under noisy conditions and with different heuristics. These modules are installed if the CMake options BUILD_simulation is selected (by default it is not selected)
This PR contains work done mainly at IST over the last two years.
Main changes:
BUILD_simulation
is selected (by default it is not selected)drop
andput
Action Rules in the planner for greater robustness (https://github.com/robotology/poeticon/pull/201, https://github.com/robotology/poeticon/pull/202)Cleaning up:
activeParticleTrack
(fixes #194)Other fixes and updates:
worldStateManager
,planningCycle