drake icon indicating copy to clipboard operation
drake copied to clipboard

[multibody] Adds python bindings for MultibodyPlant::AddTendonConstraint()

Open joemasterjohn opened this issue 1 year ago • 2 comments

Towards #22664.


This change is Reviewable

joemasterjohn avatar Mar 25 '25 22:03 joemasterjohn

bindings/pydrake/multibody/plant_py.cc line 303 at r1 (raw file):

Previously, joemasterjohn (Joe Masterjohn) wrote…

I'm up for adding the defaults to the C++ API. It's a bit murky to me where that stands vis-a-vis the stable API. Is adding new default nullopts for optional arguments just a behavioral change or something that requires deprecation.

Given the last PR just merged, you can do an immediate follow up within the same release without infringing on our stability guarantees.

SeanCurtis-TRI avatar Mar 27 '25 15:03 SeanCurtis-TRI

bindings/pydrake/multibody/plant_py.cc line 303 at r1 (raw file):

Previously, SeanCurtis-TRI (Sean Curtis) wrote…

Given the last PR just merged, you can do an immediate follow up within the same release without infringing on our stability guarantees.

(In fact, the time frame in which stability applies to new APIs is even looser than that. So, you're amply safe.)

SeanCurtis-TRI avatar Mar 27 '25 15:03 SeanCurtis-TRI

Ping @joemasterjohn.

jwnimmer-tri avatar Oct 21 '25 15:10 jwnimmer-tri