Skip to content

Commit

Permalink
[moveit_cpp] Fix config of multiple pipelines (#1096) (#1322)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaël Écorchard <gael.ecorchard@cvut.cz>
(cherry picked from commit d59a463)

Co-authored-by: Gaël Écorchard <gael.ecorchard@cvut.cz>
  • Loading branch information
mergify[bot] and galou committed Jun 7, 2022
1 parent 48839e7 commit 8e1eb48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion moveit_ros/planning/moveit_cpp/src/moveit_cpp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ bool MoveItCpp::loadPlanningPipelines(const PlanningPipelineOptions& options)
{
for (const auto& group_name : group_names)
{
groups_pipelines_map_[group_name] = {};
const auto& pipeline = pipeline_entry.second;
for (const auto& planner_configuration : pipeline->getPlannerManager()->getPlannerConfigurations())
{
Expand Down

0 comments on commit 8e1eb48

Please sign in to comment.