Skip to content

Commit

Permalink
change mtc planning pipeline to ompl
Browse files Browse the repository at this point in the history
  • Loading branch information
PetoAdam committed Sep 11, 2024
1 parent d1cac62 commit 453bb09
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ mtc::Task MTCTaskNode::createDepalletizingTask()
auto current_state_stage = std::make_unique<mtc::stages::CurrentState>("current state");
task.add(std::move(current_state_stage));

auto sampling_planner =
std::make_shared<mtc::solvers::PipelinePlanner>(node_, "pilz_industrial_motion_planner", "PTP");
auto sampling_planner = std::make_shared<mtc::solvers::PipelinePlanner>(node_, "ompl", "");
sampling_planner->setTimeout(30.0);
auto interpolation_planner = std::make_shared<mtc::solvers::JointInterpolationPlanner>();
auto cartesian_planner = std::make_shared<mtc::solvers::CartesianPath>();
Expand Down

0 comments on commit 453bb09

Please sign in to comment.