Skip to content

Commit

Permalink
Merge commit '831c638bd' into sync_robostack
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjw committed Nov 2, 2021
2 parents 32a2445 + 831c638 commit 812a805
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions moveit_commander/src/moveit_commander/move_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -537,9 +537,9 @@ def set_planning_pipeline_id(self, planning_pipeline):
""" Specify which planning pipeline to use when motion planning (e.g. ompl, pilz_industrial_motion_planner) """
self._g.set_planning_pipeline_id(planning_pipeline)

def get_planning_pipeline_id(self, planning_pipeline):
def get_planning_pipeline_id(self):
""" Get the current planning_pipeline_id (e.g. ompl, pilz_industrial_motion_planner) """
self._g.get_planning_pipeline_id(planning_pipeline)
return self._g.get_planning_pipeline_id()

def set_planner_id(self, planner_id):
""" Specify which planner of the currently selected pipeline to use when motion planning (e.g. RRTConnect, LIN) """
Expand Down

0 comments on commit 812a805

Please sign in to comment.