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 9f07cf5 commit 98cac4fCopy full SHA for 98cac4f
core/include/moveit/task_constructor/storage.h
@@ -200,6 +200,7 @@ class SolutionBase
200
inline const InterfaceState* start() const { return start_; }
201
inline const InterfaceState* end() const { return end_; }
202
203
+ /// Retrieve following (FORWARD) or preceding (BACKWARD) solution segments
204
template <Interface::Direction dir>
205
inline const InterfaceState::Solutions& trajectories() const;
206
0 commit comments