Skip to content

Commit

Permalink
fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pac48 authored and Vatan Aksoy Tezer committed Jun 16, 2022
1 parent 5d7e9ff commit 4c10cb2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ bool executeAttachObject(const ManipulationPlanSharedDataConstPtr& shared_plan_d
ok = ps->processAttachedCollisionObjectMsg(msg);
}
motion_plan.planning_scene_monitor_->triggerSceneUpdateEvent(
(planning_scene_monitor::PlanningSceneMonitor::SceneUpdateType)(
planning_scene_monitor::PlanningSceneMonitor::UPDATE_GEOMETRY +
planning_scene_monitor::PlanningSceneMonitor::UPDATE_STATE));
(planning_scene_monitor::PlanningSceneMonitor::
SceneUpdateType)(planning_scene_monitor::PlanningSceneMonitor::UPDATE_GEOMETRY +
planning_scene_monitor::PlanningSceneMonitor::UPDATE_STATE));
return ok;
}

Expand Down

0 comments on commit 4c10cb2

Please sign in to comment.