Papers › An Experimental Study of Model-based Control for Planar Handed Shearing Auxetics Robots

An Experimental Study of Model-based Control for Planar Handed Shearing Auxetics Robots

21 Oct 2023arXiv:2310.13889links table onlyarchive 2025-07-28

Maximilian Stölzle, Daniela Rus, Cosimo Della Santina

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

Parallel robots based on Handed Shearing Auxetics (HSAs) can implement complex motions using standard electric motors while maintaining the complete softness of the structure, thanks to specifically designed architected metamaterials. However, their control is especially challenging due to varying and coupled stiffness, shearing, non-affine terms in the actuation model, and underactuation. In this paper, we present a model-based control strategy for planar HSA robots enabling regulation in task space. We formulate equations of motion, show that they admit a collocated form, and design a P-satI-D feedback controller with compensation for elastic and gravitational forces. We experimentally identify and verify the proposed control strategy in closed loop.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2310.13889")

Code

Syntology Ran 18 of 25 code samples harvested from 2 repositories linked to this paper; 7 have no recorded run. Of those that ran: 18 ran with no contract checked.

By repository: official repository: 25 samples from 2 repositories, 18 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

tud-cor-sr/hsa-planar-control officialmentioned in paperjax report
tud-cor-sr/jax-soft-robot-modelling officialmentioned in paperjaxMIT report
tud-cor-sr/ros2-hsa officialmentioned in paperjax report
tud-phi/hsa-planar-control officialmentioned in paperjax report
tud-phi/jax-soft-robot-modelling officialmentioned in paperjaxMIT report
tud-phi/ros2-hsa officialmentioned in paperjax report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

25 samples harvested; 18 ran; 0 honoured the contract we drafted; 7 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

18ran
7unverified

Licence: 10 of the 25 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 2 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

blk_diag tud-cor-sr/jax-soft-robot-modelling/src/jsrm/math_utils.py official repository ran MIT (permissive) · 2d8aeaad9425b8f5 · report
check_integrability_assumption tud-cor-sr/hsa-planar-control/hsa_planar_control/collocated_form.py official repository ran no licence file found · pointer only · ae4d5bd1cdf49d35 · report
compute_coriolis_matrix tud-cor-sr/jax-soft-robot-modelling/src/jsrm/symbolic_derivation/symbolic_utils.py official repository ran MIT (permissive) · 672af97f688d4ab9 · report
compute_dAdt tud-cor-sr/jax-soft-robot-modelling/src/jsrm/symbolic_derivation/symbolic_utils.py official repository ran MIT (permissive) · b1d75bc1665b3ff7 · report
constant_control tud-cor-sr/hsa-planar-control/hsa_planar_control/controllers/constant_controller.py official repository ran no licence file found · pointer only · 2ac773580e302c31 · report
forward_dynamics tud-cor-sr/jax-soft-robot-modelling/src/jsrm/systems/euler_lagrangian.py official repository ran MIT (permissive) · 56b8c31ae484cc12 · report
generate_base_params_for_epu tud-cor-sr/jax-soft-robot-modelling/src/jsrm/parameters/hsa_params.py official repository ran MIT (permissive) · fb44fc5b3fdfef6b · report
generate_base_params_for_fpu tud-cor-sr/jax-soft-robot-modelling/src/jsrm/parameters/hsa_params.py official repository ran MIT (permissive) · 46e8c2639942d072 · report
generate_common_base_params tud-cor-sr/jax-soft-robot-modelling/src/jsrm/parameters/hsa_params.py official repository ran MIT (permissive) · 32baa8bb60db0593 · report
get_operational_workspace_boundaries tud-cor-sr/hsa-planar-control/hsa_planar_control/operational_workspace.py official repository ran no licence file found · pointer only · 50ceb3339058ee9a · report
linearize_actuation tud-cor-sr/hsa-planar-control/hsa_planar_control/controllers/generalized_torques_to_actuation.py official repository ran no licence file found · pointer only · 7069a7d377fcb3f6 · report
map_generalized_torques_to_actuation_with_linearized_model tud-cor-sr/hsa-planar-control/hsa_planar_control/controllers/generalized_torques_to_actuation.py official repository ran no licence file found · pointer only · c71db9b4f5e687b3 · report
map_generalized_torques_to_actuation_with_nonlinear_optimization tud-cor-sr/hsa-planar-control/hsa_planar_control/controllers/generalized_torques_to_actuation.py official repository ran no licence file found · pointer only · 9b835ce6abdf71b9 · report
nonlinear_state_space tud-cor-sr/jax-soft-robot-modelling/src/jsrm/systems/euler_lagrangian.py official repository ran MIT (permissive) · 79ae3dff0179920f · report
normalize_joint_angles tud-cor-sr/jax-soft-robot-modelling/src/jsrm/systems/pendulum.py official repository ran fingerprinted MIT (permissive) · ae9afdd6af126fe8 · report
ode_factory tud-cor-sr/jax-soft-robot-modelling/src/jsrm/systems/planar_hsa.py official repository ran MIT (permissive) · a868da56f787b49c · report
pd_plus_potential_compensation tud-cor-sr/hsa-planar-control/hsa_planar_control/controllers/configuration_space_controllers.py official repository ran no licence file found · pointer only · 16de75d3def27549 · report
trim_time_series_data tud-cor-sr/hsa-planar-control/hsa_planar_control/analysis/utils.py official repository ran no licence file found · pointer only · 181b1964a99e23e3 · report
factory tud-cor-sr/jax-soft-robot-modelling/src/jsrm/systems/pendulum.py official repository unverified MIT (permissive) · 30cb9354d7aaa12f · report
factory tud-cor-sr/jax-soft-robot-modelling/src/jsrm/systems/planar_hsa.py official repository unverified MIT (permissive) · eef20e5a64257b06 · report
pd_plus_feedforward tud-cor-sr/hsa-planar-control/hsa_planar_control/controllers/configuration_space_controllers.py official repository unverified no licence file found · pointer only · 01f122d087a5acf5 · report
pd_plus_steady_state_actuation tud-cor-sr/hsa-planar-control/hsa_planar_control/controllers/configuration_space_controllers.py official repository unverified no licence file found · pointer only · 6e9dfe7650f0110d · report
symbolically_derive_pendulum_model tud-cor-sr/jax-soft-robot-modelling/src/jsrm/symbolic_derivation/pendulum.py official repository unverified MIT (permissive) · 451dd01e257c845c · report
symbolically_derive_planar_hsa_model tud-cor-sr/jax-soft-robot-modelling/src/jsrm/symbolic_derivation/planar_hsa.py official repository unverified MIT (permissive) · e05b8a20810bbee1 · report
symbolically_derive_planar_pcs_model tud-cor-sr/jax-soft-robot-modelling/src/jsrm/symbolic_derivation/planar_pcs.py official repository unverified MIT (permissive) · a4b9460c94cb6423 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections