jiminy icon indicating copy to clipboard operation
jiminy copied to clipboard

[python] Get rid of `use_theoretical_model`

Open duburcqa opened this issue 2 years ago • 1 comments

We should get rid of use_theoretical_model everywhere to make everything more simple. The user would be responsible for converting the state for flexible to rigid or the other way around if necessary.

duburcqa avatar Sep 26 '22 21:09 duburcqa

Note that it is still relevant to create theoretical visual and collision models (at least internally), as they are used to generate the actual visual and collision models later on. Making them private would be an option, but it would require to move the "serialization" in Model itself, which is not ideal for now because of design flaws.

duburcqa avatar Sep 26 '22 21:09 duburcqa

Fixed by https://github.com/duburcqa/jiminy/pull/753

duburcqa avatar Apr 29 '24 08:04 duburcqa