moveit_task_constructor/visualization
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
..
motion_planning_tasks rework storing of solutions 2018-05-30 21:02:50 +02:00
visualization_tools SolutionBase: rename 'name' to 'comment' 2018-05-30 20:25:42 +02:00
CMakeLists.txt fix cmake file 2018-02-04 09:00:54 +01:00
motion_planning_tasks_rviz_plugin_description.xml split repo into different ROS packages: msgs, core, visualization 2017-11-12 21:42:48 +01:00
package.xml reduce catkin_lint complains in visualization 2017-12-08 20:56:12 +01:00