Skip to content

Commit

Permalink
Update scripts/cpp/ompl_integration.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Wil Thomason <[email protected]>
  • Loading branch information
zkingston and wbthomason authored Jun 21, 2024
1 parent 06d27ce commit 20f919d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cpp/ompl_integration.cc
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ auto main(int argc, char **) -> int
obj->setCostThreshold(obj->infiniteCost());
}

// Create planner
// Create planner - BITstar by default, but you can change this to use other geometric planners instead
auto planner = std::make_shared<og::BITstar>(si);

planner->setProblemDefinition(pdef);
Expand Down

0 comments on commit 20f919d

Please sign in to comment.