A framework for robot parametric model identification and calibration
Stars
30
Forks
5
Watchers
30
Open Issues
3
Overall repository health assessment
No package.json found
This might not be a Node.js project
test(qrdecomposition): add TestNumericalImprovements test suite
81ef2c7View on GitHubrefactor(qrdecomposition): remove beta rounding, add diagnostics and decompose()
391a47bView on GitHubrefactor(qrdecomposition): unify basis selection on column-pivoted QR
e34e10dView on GitHubfeat(qrdecomposition): add QRResult dataclass and relative_tolerance
7c9fb58View on GitHubfix(qrdecomposition): correct rank-zero edge case in _find_rank
b10388fView on GitHubfix(reconstruction): add missing run_option_a_reconstruction alias
996ebc9View on GitHubfeat(reconstruction): add reconstruction utilities and corresponding tests
fae7c76View on GitHubfeat(qrdecomposition): add methods for retrieving and building base mapping matrix M for QR workflows
7a2d837View on GitHubrefactor(qrdecomposition): update base parameter computation to handle nominal parameters and improve error messaging
9f2725eView on GitHubrefactor(qrdecomposition): enhance docstrings for clarity and detail in QR decomposition methods
36334a6View on GitHubfeat(physical-consistency): add optional support for projecting inertial parameters onto a physically consistent set
7d4439bView on GitHub