Skip to content

Commit

Permalink
[moveit_cpp] Fix config of multiple pipelines (#1096)
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)
  • Loading branch information
galou authored and mergify[bot] committed Jun 7, 2022
1 parent 0919a09 commit f7782de
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 @@ -168,7 +168,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 f7782de

Please sign in to comment.