Invalid MobilizedBodyIndex error
Posted: Wed Dec 21, 2022 2:27 pm
Hello,
in the XML .osim model file, in attempting to add a Body to an existing model, I get the error:
The Body I've attempted to add is:
OpenSim runs fine without said Body but with Body throws said error. The error seems addresses the area in the XML directly after the Body I'm trying to add in.
in the XML .osim model file, in attempting to add a Body to an existing model, I get the error:
Attempting to assign an invalid SimTK::MobilizedBodyIndex in Object 'spine_offset' of type PhysicalOffsetFrame. Thrown at PhysicalFrame.cpp:73 in setMobilizedBodyIndex().
The Body I've attempted to add is:
Code: Select all
<Body name='spring_ground'>
<mass>1</mass>
</Body>