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
- modelling/costs : add getter and setter for cost term weights (https://github.com/Simple-Robotics/aligator/pull/359)
13
15
- support for Pinocchio 4 (https://github.com/Simple-Robotics/aligator/pull/361)
14
16
- added a hash function `ExtendedStringHash` for string types (e.g. `std::string`) which supports transparent/heterogeneous lookup in compatible hash maps (e.g. `boost::unordered_map`) using types other than key type e.g. `std::string_view` (https://github.com/Simple-Robotics/aligator/pull/364)
@@ -17,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
19
18
20
### Changed
19
21
22
+
- tests/gar/block-matrix.cpp : test against BunchKaufman factorization
20
23
- move headers `allocator.hpp` and `arena-matrix.hpp` to `aligator/core` dir (https://github.com/Simple-Robotics/aligator/pull/362)
21
24
- python: aligator now requires eigenpy version 3.10.3 at least
0 commit comments