File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
src/ompl/geometric/planners/rrt Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -148,12 +148,6 @@ namespace ompl
148148
149149 double inflationFactor_{1 .};
150150
151- long int maxInternalIterations{100000000 };
152- long int maxIterations{100000000 };
153-
154- long int maxInternalSamples{10000 };
155- long int maxSamples{10000 };
156-
157151 // / The instance of the path simplifier
158152 PathSimplifierPtr psk_;
159153
Original file line number Diff line number Diff line change @@ -76,8 +76,6 @@ void ompl::geometric::AOXRRTConnect::setup()
7676 opt_ = pdef_->getOptimizationObjective ();
7777 else
7878 {
79- // OMPL_INFORM("%s: No optimization objective specified. Defaulting to optimizing path length for the
80- // allowed planning time.", getName().c_str());
8179 opt_ = std::make_shared<base::PathLengthOptimizationObjective>(si_);
8280
8381 // Store the new objective in the problem def'n
You can’t perform that action at this time.
0 commit comments