Skip to content

Commit 0a13331

Browse files
authored
Add comment about operational_space_dynamical_matrices function
1 parent 420e77d commit 0a13331

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
@@ -90,10 +90,10 @@ class PlanarPCS(eqx.Module):
9090
Computes the total potential energy (elastic + gravitational) of the system.
9191
total_energy(q: Array, qd: Array) -> float:
9292
Computes the total energy (kinetic + potential) of the system.
93-
93+
9494
operational_space_dynamical_matrices(q: Array, qd: Array, s: Array, operational_space_selector: Optional[Tuple]) -> Tuple[Array, Array, Array, Array, Array]:
95-
# TODO
96-
95+
Computes the operational space dynamical matrices that define the operational space dynamics of the systems. Can be used, for example, for operational space control.
96+
9797
inertia_matrix(q: Array) -> Array:
9898
Computes the inertia matrix of the system.
9999
coriolis_matrix(q: Array, qd: Array) -> Array:

0 commit comments

Comments
 (0)