Skip to content

Commit 98cac4f

Browse files
committed
add informative comment
1 parent 9f07cf5 commit 98cac4f

File tree

1 file changed

+1
-0
lines changed
  • core/include/moveit/task_constructor

1 file changed

+1
-0
lines changed

core/include/moveit/task_constructor/storage.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ class SolutionBase
200200
inline const InterfaceState* start() const { return start_; }
201201
inline const InterfaceState* end() const { return end_; }
202202

203+
/// Retrieve following (FORWARD) or preceding (BACKWARD) solution segments
203204
template <Interface::Direction dir>
204205
inline const InterfaceState::Solutions& trajectories() const;
205206

0 commit comments

Comments
 (0)