We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34aad4 commit b8ea679Copy full SHA for b8ea679
src/jsrm/systems/planar_pcs.py
@@ -30,9 +30,9 @@
30
31
class PlanarPCS(eqx.Module):
32
"""
33
- Piecewise Constant Strain (PCS) model for 3D soft continuum robots.
+ Planar Piecewise Constant Strain (PCS) model for 2D soft continuum robots.
34
35
- This class implements the geometric and dynamic modeling of a 3D soft robot
+ This class implements the geometric and dynamic modeling of a 2D soft robot
36
using the Cosserat rod theory and piecewise constant strain assumption.
37
It supports computation of forward kinematics, Jacobians, dynamical matrices.
38
0 commit comments