We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d57d95 commit c5fe573Copy full SHA for c5fe573
CHANGELOG.md
@@ -2,12 +2,13 @@
2
3
All notable changes to libfranka in this file.
4
5
-## Unreleased
+## [0.21.0]
6
+### libfranka - C++
7
8
- Add `franka::MobileModel` class for mobile robot forward kinematics (swerve drive module poses via Pinocchio).
9
- `franka::Model` now rejects mobile robot URDFs with a `ModelException`; use `franka::MobileModel` instead.
10
- `Robot::loadModel()` throws `InvalidOperationException` for mobile robots; use `Robot::getRobotModel()` with `MobileModel` directly.
-- chore: disabled test building by default
11
+- chore: disabled test building by default
12
13
## [0.20.5]
14
### libfranka - C++
0 commit comments