Skip to content

Commit

Permalink
Removed call to remove scan link in planCallback method
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSpielman authored and marip8 committed May 23, 2024
1 parent 8fefc30 commit 6a1e387
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions snp_motion_planning/src/planning_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -558,9 +558,6 @@ class PlanningServer
auto task_name = get<std::string>(node_, TASK_NAME_PARAM);
tesseract_planning::CompositeInstruction program_results = plan(program, pd, task_name);

// Remove scan link?
removeScanLink();

if (program_results.size() < 3)
{
std::stringstream ss;
Expand Down

0 comments on commit 6a1e387

Please sign in to comment.