Skip to content

Commit 1eab49c

Browse files
sjahrsea-bass
andauthored
Update core/src/solvers/pipeline_planner.cpp
Co-authored-by: Sebastian Castro <[email protected]>
1 parent 87a3034 commit 1eab49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/solvers/pipeline_planner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ void PipelinePlanner::init(const core::RobotModelConstPtr& robot_model) {
132132
robot_model, node_);
133133
}
134134

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

0 commit comments

Comments
 (0)