Skip to content

Commit d0a660e

Browse files
twill777mamoll
authored andcommitted
Decrufting AORRTC
1 parent 2ba6eab commit d0a660e

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

src/ompl/geometric/planners/rrt/AORRTC.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

src/ompl/geometric/planners/rrt/src/AOXRRTConnect.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)