moveit_task_constructor/core
Robert Haschke c2dd28abae rework storing of solutions
- solutions_, failures_ as SolutionBaseConstPtrs in StagePrivate
- replace processSolutions() / processFailures() by direct const-access to storage containers
- generic sendForward(), sendBackward(), spawn(), connect() methods in StagePrivate
- reuse StagePrivate's sendForward(), sendBackward(), spawn() in containers

- store created InterfaceStates in StagePrivate::states_
- Interface: ordered<InterfaceState*> (only store pointers)
  allows for common handling of states of valid and failure solutions

- remove additional state+solution storages
- containers: internal->external state mapping as InterfaceState* -> InterfaceState*
2018-05-30 21:02:50 +02:00
..
demo MoveTo/MoveRelative: generic IK target frame 2018-05-30 20:25:07 +02:00
include/moveit/task_constructor rework storing of solutions 2018-05-30 21:02:50 +02:00
src rework storing of solutions 2018-05-30 21:02:50 +02:00
test simplify compute() API 2018-05-30 21:01:34 +02:00
CMakeLists.txt Merge branches 'fixes', 'wip-drag-n-drop', 'wip-ikstage' and 'wip-marker-vis' 2018-02-04 21:36:01 +01:00
motion_planning_stages_plugin_description.xml more exported stage plugins: CurrentState 2018-02-04 21:30:25 +01:00
package.xml Merge branches 'fixes', 'wip-drag-n-drop', 'wip-ikstage' and 'wip-marker-vis' 2018-02-04 21:36:01 +01:00