Skip to content

Commit

Permalink
fix service name
Browse files Browse the repository at this point in the history
  • Loading branch information
mqcmd196 committed Nov 1, 2023
1 parent 3e77094 commit 59d095f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def _apply_planning_scene_srv_cb(self, request):
bridged_request.scene = self._convert_noetic_planning_scene_msg_to_melodic(
request.scene
)
original_response = self.get_planning_scene_proxy.call(bridged_request)
original_response = self.apply_planning_scene_proxy.call(bridged_request)
response = melodic_moveit_srv.ApplyPlanningSceneResponse()
response.success = original_response.success
return response
Expand Down

0 comments on commit 59d095f

Please sign in to comment.