-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Promote compile-time USE_LMA option to runtime usage in KdlSolver #155
Comments
I was thinking more of an |
Hm, we'd have to develop our own implementation of Question: missing |
I'd almost default to BTW, I recall a fork with a LMA_JL too, but haven't been able to find it. However, here's something that I have found: KDL::ChainIkSolverPos_LMA_JL_Mimic Class, chainiksolver_pos_lma_jl_mimic.h. |
PS: Just re-discovered orocos/orocos_kinematics_dynamics#35 (Added joint limits to ChainIkSolverPos_LMA): apparently closed but never merged... |
Regarding |
Done at 8c82f75. |
Note to self: check out what is done in https://github.com/ros-industrial-consortium/descartes (has refs to both KDL and ikfast). |
As spoken with @jgvictores, it would be nice to convert the
USE_LMA
CMake option (handled as a preprocessor definition, ref) into a YARP RF option loadable along with the device itself (via command line or programatically).Not sure about the capitalization: is
--useLMA
ok? And sticking to current defaults (this option is set toOFF
), such property wouldn't accept any value and the lack of a--useLMA
shall mean use the Newton-Raphson algorithm.The text was updated successfully, but these errors were encountered: