Skip to content

Commit b8ea679

Browse files
committed
Correct Planar PCS documentation
1 parent f34aad4 commit b8ea679

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/jsrm/systems/planar_pcs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030

3131
class PlanarPCS(eqx.Module):
3232
"""
33-
Piecewise Constant Strain (PCS) model for 3D soft continuum robots.
33+
Planar Piecewise Constant Strain (PCS) model for 2D soft continuum robots.
3434
35-
This class implements the geometric and dynamic modeling of a 3D soft robot
35+
This class implements the geometric and dynamic modeling of a 2D soft robot
3636
using the Cosserat rod theory and piecewise constant strain assumption.
3737
It supports computation of forward kinematics, Jacobians, dynamical matrices.
3838

0 commit comments

Comments
 (0)