RobotLocomotion / drake

Model-based design and verification for robotics.
https://drake.mit.edu
Other
3.27k stars 1.26k forks source link

[framework] Offer warn_deprecated=false option on port getters #21631

Closed jwnimmer-tri closed 3 months ago

jwnimmer-tri commented 3 months ago

This is useful when code wants to scan all ports (and has its own, higher-layer deprecation handler logic).


This change is Reviewable