Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: Lucas-TJ/Cosserat

Tags

release-feature/cosserat-dependency

Toggle release-feature/cosserat-dependency's commit message
tutorial: Add Cosserat plugin dependency and clean up imports

- Add RequiredPlugin for Cosserat in tuto_1.py and tuto_2.py
- Fix import order and formatting in tuto_2.py and tuto_3.py
- Remove trailing spaces in comments

release-feature/liegroup-based-mappings

Toggle release-feature/liegroup-based-mappings's commit message
feat: Add HookeSeratPCS force fields and mappings

- Add HookeSeratPCSForceField for both rigid and standard implementations
- Add BaseHookeSeratPCSMapping components
- Update existing BeamHookeLaw force fields
- Modify BaseCosseratMapping and SE3 implementations

release-v25.06

Toggle release-v25.06's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request SofaDefrost#155 from SofaDefrost/EulalieCoevoet-pa…

…tch-1

[ci] adds nightly build and changes to macos-14

release-EulalieCoevoet-patch-1

Toggle release-EulalieCoevoet-patch-1's commit message
[ci] adds nightly builds

release-pr-synchronize-with-sofa-master

Toggle release-pr-synchronize-with-sofa-master's commit message
rename doSetup & doTeardDown to keep change in sofa

release-refactor/mapping-components-cleanup

Toggle release-refactor/mapping-components-cleanup's commit message
[Cleanup] Remove redundant factory registration comments in Cosserat …

…module

Eliminated verbose comments detailing factory registration steps across
multiple files in the Cosserat module.
Simplified namespace declarations and cleaned up extraneous formatting.
Improved code readability by removing outdated or redundant commentary.
This commit does not affect the functionality of the module but enhances
maintainability by reducing clutter.

release-v24.12_update_workflow

Toggle release-v24.12_update_workflow's commit message
[CI] Update workflow to match branch name

release-v24.12

Toggle release-v24.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update scene completDirectNeedleInsertion (SofaDefrost#144)

release-update_python_prefabs_w_master_chpick_pr-add-tests

Toggle release-update_python_prefabs_w_master_chpick_pr-add-tests's commit message
Merge branch 'master' into update_python_prefabs

release-update_PCS_Examples3

Toggle release-update_PCS_Examples3's commit message
Refactor PCS_Example3.py: Remove unused code, fix variable names, and…

… rename file

- Renamed `wip/PCS_Example3.py` to `PCS_Example3.py` for clarity and
organization.
- Removed commented-out and unused code for better readability.
- Fixed variable name `force` to `forces` and corrected index handling
in `ForceController`.
- Adjusted references from `nonLinearCosserat` to `PCS_Cosserat`.