Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Levi-Armstrong committed Jan 3, 2025
1 parent 76e2bc5 commit c975f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tesseract_motion_planners/ompl/src/ompl_motion_planner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ std::pair<bool, std::string> parallelPlan(ompl::geometric::SimpleSetup& simple_s
if (solver_config.simplify)
simple_setup.simplifySolution();

// Interpolate the path there are currently fewer states than requested
// Interpolate the path if there are currently fewer states than requested
if (simple_setup.getSolutionPath().getStateCount() < num_output_states)
simple_setup.getSolutionPath().interpolate(num_output_states);

Expand Down

0 comments on commit c975f4d

Please sign in to comment.