diff --git a/VirtualRobot/IK/DifferentialIK.cpp b/VirtualRobot/IK/DifferentialIK.cpp index b70bba190863d7a20eb606f6fe7ec7daef499774..347c3240e4e5e7c84142c09c0682081b5b0366be 100644 --- a/VirtualRobot/IK/DifferentialIK.cpp +++ b/VirtualRobot/IK/DifferentialIK.cpp @@ -452,8 +452,6 @@ namespace VirtualRobot RobotNodeHemispherePtr hemisphere = std::dynamic_pointer_cast<RobotNodeHemisphere>(dof); - VR_ASSERT(hemisphere->first.has_value() xor hemisphere->second.has_value()); - if (hemisphere->isSecondHemisphereJointNode()) { // Set Jacobian for both DoFs.