moveit_task_constructor/core
Robert Haschke d3864596b6 Replace Priority::enabled() with status()
The key to pruning in the Connecting stage was the following:
- Don't remove states during pruning, but only disable them.
  They might become re-enabled due to further input.
- Distinguish START and END sides of a disabled solution tree to break their symmetry.
  The START side from where we started disabling, can be re-enabled by a new partner state in
  Connecting, the END side must not. This was important as, otherwise, the states would simply
  get re-enabled immediately. The END side only gets re-enabled if the START side actually
  connects the whole solution branch.
2021-03-22 14:42:23 +01:00
..
include/moveit/task_constructor Replace Priority::enabled() with status() 2021-03-22 14:42:23 +01:00
src Replace Priority::enabled() with status() 2021-03-22 14:42:23 +01:00
test Replace Priority::enabled() with status() 2021-03-22 14:42:23 +01:00
CMakeLists.txt Modernize: require cmake version 3.1.3 2020-12-06 04:11:35 +01:00
motion_planning_stages_plugin_description.xml more exported stage plugins: CurrentState 2018-02-04 21:30:25 +01:00
package.xml remove roscpp as an export dependency for the core package 2021-02-24 12:22:38 +01:00