Returns the full physics state. Alias for `get_physics_state`.
(self)
| 602 | return self.data.act.copy() |
| 603 | |
| 604 | def state(self): |
| 605 | """Returns the full physics state. Alias for `get_physics_state`.""" |
| 606 | return np.concatenate(self._physics_state_items()) |
| 607 | |
| 608 | def position(self): |
| 609 | """Returns a copy of the generalized positions (system configuration).""" |