You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Physics.bind used to handle `mjcf_elements == None` by returning None. For clients using type annotations, this made the API annoying, as the None case had to be handled.
After this commit, passing None will lead to a crash.
PiperOrigin-RevId: 613142103
Change-Id: I2ce3a98dddb61400202c5b2cd7fc67810e44c487
0 commit comments