We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a3034 commit 1eab49cCopy full SHA for 1eab49c
core/src/solvers/pipeline_planner.cpp
@@ -132,7 +132,7 @@ void PipelinePlanner::init(const core::RobotModelConstPtr& robot_model) {
132
robot_model, node_);
133
}
134
135
- // Configure all piplines according to the configuration in properties
+ // Configure all pipelines according to the configuration in properties
136
for (auto const& name_pipeline_pair : planning_pipelines_) {
137
name_pipeline_pair.second->displayComputedMotionPlans(properties().get<bool>("display_motion_plans"));
138
name_pipeline_pair.second->publishReceivedRequests(properties().get<bool>("publish_planning_requests"));
0 commit comments