PrismaticJoint limits not enforced
问题 I'm creating a system of bodies with radially expanding bodies connected with PrismaticJoints, and finding that, although I initialized each joint with joint position limits, the joints pass these limits due to external forces like gravity easily. Here is a plot showing some joints' translations over time to show how they pass the lower and upper limits at 3.5 and 4.2: What am I missing? My call to create the joints looks like this: const multibody::Joint<double>& joint = plant_->AddJoint