You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update version string in pyproject.toml and src/figaroh/__init__.py.
Add CHANGELOG.md entry for v0.3.1 covering all commits since v0.3.0:
physical consistency projection, reconstruction utilities, QR decomposition
numerical improvements (rank-zero fix, QRResult dataclass, pivoted basis
selection, beta precision, diagnostics, decompose()), and updated refactors
for Pinocchio 3.x compatibility and logging.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
FIGAROH is a Python toolbox providing efficient and highly flexible frameworks for dynamics identification and geometric calibration of rigid multi-body systems based on the URDF modeling convention. It supports both serial (industrial manipulators) and tree-structure systems (humanoids, mobile manipulators).
5
5
6
6
**📦 Available on PyPI:**`pip install figaroh`
7
-
**📖 Version:** 0.3.0
7
+
**📖 Version:** 0.3.1
8
8
9
9
> Note: This repo is a fork from [gitlab repo](https://gitlab.laas.fr/gepetto/figaroh) of which the author is no longer a contributor.
0 commit comments