Michael Sherman
Michael Sherman
FWIW I think it would be fine to leave the CamelCase spelling as it is but document that it caches the result at Finalize() and is thus very fast. We're...
FYI this is easily supported in the new MbP topology code. Let me see if I understand the request: - we have arbitrary links R and S in a system...
The NO_CLARABEL workaround doesn't seem to be working for me (on 22.04). The debugger says: > (No debugging symbols found in multibody/plant/multibody_plant_test) Command line and debug startup is below. (I...
@fcanderson FYI I've been on vacation for a month -- just catching up on emails now.
FYI I opened a related draft PR #18804 that can turn these into spanning tree + constraint models.
There are definitely two different problems, greatly differing in difficulty: 1. Allow users _some_ way to construct tree+constraint models, or 2. Read unmodified sdf files containing only links and joints...
BTW for the automated (option 2) all we need is Weld constraints. That's all users need too but they might expect a large collection of "loop joint" constraints instead. That...
Sure -- do you mean the option 1 approach where we postulate the existence of a `` tag or something like that? The option 2 sdf file leaves all the...
See #18829 for possible sdf descriptions
FYI I'm working on the graph processing that can handle this as we speak. If the parser can get the links, joints, and constraints into MbP we'll be able to...