With MultibodyPlant, why do I get `SolveQuadraticForTheSmallestPositiveRoot(): condition 'Delta > 0' failed`?
问题 (This is from a Drake Slack conversation.) I'm playing with an "exploding IIWA" demo to prototype some workflows with MultibodyPlant and SceneGraph . Basically, I'm just adding a robot arm that has articulation (revolute joints between multiple links) and dropping the robot arm from a height. When it hits a certain point, I want to pause the simulation, remove all of the joints, and the resume the simulation. Here is the code that I am working with (which needs some Drake PRs at present to