We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98cac4f commit c662311Copy full SHA for c662311
core/include/moveit/task_constructor/storage.h
@@ -299,6 +299,8 @@ class SolutionSequence : public SolutionBase
299
/// append all subsolutions to solution
300
void fillMessage(moveit_task_constructor_msgs::Solution& msg, Introspection* introspection) const override;
301
302
+ const container_type& solutions() const { return subsolutions_; }
303
+
304
inline const InterfaceState* internalStart() const { return subsolutions_.front()->start(); }
305
inline const InterfaceState* internalEnd() const { return subsolutions_.back()->end(); }
306
0 commit comments