]> rtime.felk.cvut.cz Git - hubacji1/rrts.git/commitdiff
Do not clear opt time log
authorJiri Vlasak <hubacji1@fel.cvut.cz>
Mon, 12 Jul 2021 13:15:24 +0000 (15:15 +0200)
committerJiri Vlasak <hubacji1@fel.cvut.cz>
Mon, 12 Jul 2021 13:15:27 +0000 (15:15 +0200)
src/rrts.cc

index 795211edb33760482184e85aa464d2c1786ed36c..6ed3d69803aa247dc229c416995ba6a155b2acb0 100644 (file)
@@ -501,7 +501,6 @@ void RRTS::reset()
         this->nodes().front().h(init.h());
         this->samples().clear();
         this->steered().clear();
-        this->log_opt_time_.clear();
         this->path().clear();
         this->gf(false);
         for (auto& g: this->goals()) {