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 4cac734 commit 7f6c1e2Copy full SHA for 7f6c1e2
opennav_coverage/include/opennav_coverage/utils.hpp
@@ -284,11 +284,11 @@ inline void toUpper(std::string & string)
284
for (opennav_coverage::util::PathComponentsIterator it(msg); it.isValid(); it.advance()) {
285
auto curr_row_info = it.getNext();
286
287
- // Always should be valid
+ // Always should be valid -- Swath
288
(void)std::get<0>(curr_row_info)->start;
289
290
if (std::get<1>(curr_row_info)) {
291
- // Always should be before last
+ // Always should be before last -- Turn
292
(void)std::get<1>(curr_row_info)->poses;
293
}
294
0 commit comments