Skip to content

Commit 7f6c1e2

Browse files
committed
clarification
1 parent 4cac734 commit 7f6c1e2

File tree

1 file changed

+2
-2
lines changed
  • opennav_coverage/include/opennav_coverage

1 file changed

+2
-2
lines changed

opennav_coverage/include/opennav_coverage/utils.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,11 +284,11 @@ inline void toUpper(std::string & string)
284284
for (opennav_coverage::util::PathComponentsIterator it(msg); it.isValid(); it.advance()) {
285285
auto curr_row_info = it.getNext();
286286
287-
// Always should be valid
287+
// Always should be valid -- Swath
288288
(void)std::get<0>(curr_row_info)->start;
289289
290290
if (std::get<1>(curr_row_info)) {
291-
// Always should be before last
291+
// Always should be before last -- Turn
292292
(void)std::get<1>(curr_row_info)->poses;
293293
}
294294
}

0 commit comments

Comments
 (0)