BeamAdapter icon indicating copy to clipboard operation
BeamAdapter copied to clipboard

Plugin implementing Kirchhoff rods to simulate any 1D flexible structure

Results 22 BeamAdapter issues
Sort by recently updated
recently updated
newest added

1. Move all methods linked to interpolation from `BeamInterpolation` into `BaseBeamInterpolation` class. 2. Make `BeamInterpolation ` inherite from `BaseBeamInterpolation`. 3. And make also `WireBeamInterpolation ` inheriting from `BaseBeamInterpolation`. This avoid...

pr: clean
pr: status to review

Hi, when I try to add BeamAdapter plugin to sofa, it came with this erroor [ERROR] [PluginManager] Plugin loading failed (/home/yangyang/sofa/build/install/plugins/BeamAdapter/lib/libBeamAdapter.so): /home/yangyang/sofa/build/install/plugins/BeamAdapter/lib/libBeamAdapter.so: undefined symbol: _ZN4sofa10simulation21BaseMechanicalVisitor5beginEPNS0_4NodeEPNS_4core11objectmodel10BaseObjectERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE I`m using sofa 23.12 the...

[ERROR] [InterventionalRadiologyController(DeployController)] No fixedConstraint found. ########## SIG 11 - SIGSEGV: segfault ########## sofa::helper::BackTrace::dump sofa::helper::BackTrace::sig seh_filter_exe seh_filter_exe _C_specific_handler _chkstk RtlRaiseException KiUserExceptionDispatcher sofa::component::constraint::projective::ProjectToLineConstraint::clearConstraints sofa::component::controller::_interventionalradiologycontroller_::InterventionalRadiologyController::fixFirstNodesWithUntil

bug

I just noticed the following warning: ```bash BeamAdapter/src/BeamAdapter/utils/BeamActions.h:58:30: warning: unused function 'convertBeamAdapterAction' [-Wunused-function] static BeamAdapterAction convertBeamAdapterAction(const std::string& sAction) ^ ``` Is there a reason why it is not used?

Just to keep track from PR #113 Component has been added but not the test because it crashes. It would be good to add it asap to make sure no...

Some components are compiled only if the package `SofaAdvancedConstraint` is found (see CMakeLists.txt). I believe this module no longer exists. The CMakeLists.txt file must be updated according to the new...

Lauching the scene: sofa_plugins/BeamAdapter/examples/AdaptiveBeamController.scn crash if any event is triggered before starting animation. For example, launch scene, press Ctrl before starting animation.

bug

When using very small tip length/spireDiameter The edge Discretization behave strangely. Or problem of rigidity or beamMapping ? https://user-images.githubusercontent.com/21199245/190588491-924fc922-9a03-46a7-9647-6e53d6efd2ae.mp4 Scene to reproduce the behavior ``` ```

bug

The files on the repository have different endings, and it leads in some issue with editors which change all of them while developing, thus completely wiping out the blame/history in...