Skip to content

Commit 2f9edbc

Browse files
mstoelzleCopilot
andauthored
Update src/jsrm/systems/pneumatic_planar_pcs.py
Co-authored-by: Copilot <[email protected]>
1 parent 07b25de commit 2f9edbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jsrm/systems/pneumatic_planar_pcs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def actuation_mapping_fn(
5656
n_act is the number of actuators
5757
"""
5858
# all segment bases and tips
59-
sms = jnp.concat([jnp.zeros((1,)), jnp.cumsum(params["l"])], axis=0)
59+
sms = jnp.concatenate([jnp.zeros((1,)), jnp.cumsum(params["l"])], axis=0)
6060

6161
# compute the poses of all segment tips
6262
chi_sms = vmap(forward_kinematics_fn, in_axes=(None, None, 0))(params, q, sms)

0 commit comments

Comments
 (0)