feat(solver): add kindred solver addon as submodule
Add mods/solver/ submodule pointing to kindred/solver.git which contains the Phase 1 expression-based Newton-Raphson constraint solver implementing the IKCSolver interface via kcsolve.register_solver(). Phase 1 supports: Coincident, DistancePointPoint, Fixed constraints. Also adds CMake install rules for the solver addon.
This commit is contained in:
4
.gitmodules
vendored
4
.gitmodules
vendored
@@ -18,3 +18,7 @@
|
||||
path = mods/silo
|
||||
url = https://git.kindred-systems.com/kindred/silo-mod.git
|
||||
branch = main
|
||||
[submodule "mods/solver"]
|
||||
path = mods/solver
|
||||
url = https://git.kindred-systems.com/kindred/solver.git
|
||||
branch = main
|
||||
|
||||
Reference in New Issue
Block a user