Skip to content

Commit

Permalink
Remove obsolete quaternion initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
henningkayser committed Jan 5, 2022
1 parent fef598d commit 87ec82d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion moveit_core/planning_scene/src/planning_scene.cpp
Expand Up @@ -1655,7 +1655,6 @@ bool PlanningScene::shapesAndPosesFromCollisionObjectMessage(const moveit_msgs::
{
// Empty shape pose => Identity
geometry_msgs::msg::Pose identity;
identity.orientation.w = 1.0;
append(shapes::constructShapeFromMsg(shape_vector[i]), identity);
}
else
Expand Down

0 comments on commit 87ec82d

Please sign in to comment.