Skip to content

Commit d9a996a

Browse files
committed
Merge branch 'numerical-derivation' of https://github.com/tud-phi/jax-soft-robot-modelling into numerical-derivation
2 parents e6c0343 + 0a13331 commit d9a996a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/jsrm/systems/planar_pcs.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,10 +92,10 @@ class PlanarPCS(eqx.Module):
9292
Computes the total potential energy (elastic + gravitational) of the system.
9393
total_energy(q: Array, qd: Array) -> float:
9494
Computes the total energy (kinetic + potential) of the system.
95-
95+
9696
operational_space_dynamical_matrices(q: Array, qd: Array, s: Array, operational_space_selector: Optional[Tuple]) -> Tuple[Array, Array, Array, Array, Array]:
97-
# TODO
98-
97+
Computes the operational space dynamical matrices that define the operational space dynamics of the systems. Can be used, for example, for operational space control.
98+
9999
inertia_matrix(q: Array) -> Array:
100100
Computes the inertia matrix of the system.
101101
coriolis_matrix(q: Array, qd: Array) -> Array:

0 commit comments

Comments
 (0)