Skip to content

Commit

Permalink
applyPlanningScene is not const
Browse files Browse the repository at this point in the history
  • Loading branch information
v4hn committed Dec 16, 2016
1 parent 39e1ce1 commit 65194bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ class PlanningSceneInterface::PlanningSceneInterfaceImpl
return result;
}

bool applyPlanningScene(const moveit_msgs::PlanningScene &planning_scene) const
bool applyPlanningScene(const moveit_msgs::PlanningScene &planning_scene)
{
moveit_msgs::ApplyPlanningScene::Request request;
moveit_msgs::ApplyPlanningScene::Response response;
Expand Down

0 comments on commit 65194bf

Please sign in to comment.