Skip to content

Commit

Permalink
Update core/src/solvers/pipeline_planner.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastian Castro <[email protected]>
  • Loading branch information
sjahr and sea-bass committed Apr 20, 2023
1 parent 168cbd5 commit f06a93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/solvers/pipeline_planner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ void PipelinePlanner::init(const core::RobotModelConstPtr& robot_model) {
robot_model, node_);
}

// Configure all piplines according to the configuration in properties
// Configure all pipelines according to the configuration in properties
for (auto const& name_pipeline_pair : planning_pipelines_) {
name_pipeline_pair.second->displayComputedMotionPlans(properties().get<bool>("display_motion_plans"));
name_pipeline_pair.second->publishReceivedRequests(properties().get<bool>("publish_planning_requests"));
Expand Down

0 comments on commit f06a93c

Please sign in to comment.