Error in simulating imported cad model
Show older comments
I am getting the following error when i try to simulate a robot model that I successfully imported in matlab:
Error evaluating equations at time 0.0. Stopping simulation. There may be a singularity in the solution. If not, try reducing the step size (either by reducing the fixed step size or by tightening the error tolerances) 'Copy_of_Manual_bot/SixDOF1' has a degenerate mass distribution on its follower side.
I have tried using all the solver configurations present in the model configuration tab (both fixed step and variable step) and have tried reducing the step size to as small as 0.00001 but nothing seems to help.
3 Comments
Birdman
on 10 Feb 2018
Share your model.
Ravleen Kaur Dehiya
on 10 Feb 2018
Arvind Narayanan
on 5 Mar 2018
Edited: Arvind Narayanan
on 5 Mar 2018
You are getting a degenerate mass distribution error because the NEWSTEPPERMOUNT2_RIGID block seems to be connected to the world frame via the Transform5 block and through a 6 DOF joint. But in actuality, it is just floating in space disconnected from the rest of the model. I suggest having a look at the Transform5 block and editing it's parameters to ensure the rigid body is connected correctly. Also, I am unable to render the NEWSTEPPERMOUNT2_RIGID body in the Mechanics Explorer.
Answers (0)
Categories
Find more on Model Import in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!