moveit_task_constructor/core
Robert Haschke 9dfd6bd2eb Fix duplicate solutions
When adding pending state pairs for a new incoming state to Connect,
we have to re-enable opposite states from ARMED state.
This changes the order of states in the interface.
If we do this while iterating over the states, we might add pairs multiple times,
because iteration continues with same state at an earlier position.
2024-02-15 21:42:18 +01:00
..
cmake migration: boost::python -> pybind11 2020-11-30 13:34:33 +01:00
doc Improve documentation (#431) 2023-05-04 17:02:00 +02:00
include/moveit printPendingPairs(os) -> os<<pendingPairsPrinter() 2023-10-25 22:21:36 +02:00
python MPS: fixup processCollisionObject 2023-05-26 01:15:50 +02:00
src Fix duplicate solutions 2024-02-15 21:42:18 +01:00
test Fix duplicate solutions 2024-02-15 21:42:18 +01:00
CHANGELOG.rst ros1-0.1.3 2023-03-06 16:37:54 +01:00
CMakeLists.txt Use MoveIt's libmoveit_python_tools.so 2023-02-15 14:30:14 +01:00
motion_planning_stages_plugin_description.xml Split ClassLoader plugin code from main libraries (#271) 2021-05-29 00:38:02 +02:00
package.xml ros1-0.1.3 2023-03-06 16:37:54 +01:00
rosdoc.yaml Update rosdoc + sphinx config 2022-01-07 16:20:42 +01:00
setup.py Fixup: Remove moveit/__init__.py during .deb build 2023-03-06 16:31:59 +01:00