forked from Gepetto/robotpkg
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[math/{py-,}pinocchio] Update to v3.2.0
## [3.2.0] - 2024-08-27 ### Fixed - Append pinocchio optional libraries into pkg-config file (stack-of-tasks/pinocchio#2322) - Fixed support of DAE meshes with MeshCat (stack-of-tasks/pinocchio#2331) - Fixed pointer casts in urdf parser (stack-of-tasks/pinocchio#2339) - Remove CMake CMP0167 warnings (stack-of-tasks/pinocchio#2347) - Fixed urdfdom in ROS packaging (stack-of-tasks/pinocchio#2341) - Fixed overview-urdf cpp example (stack-of-tasks/pinocchio#2384) - Fixed mjcf model without a base link parsing (stack-of-tasks/pinocchio#2386) - Fixed talos-simulation.py, simulation-contact-dynamics.py and simulation-closed-kinematic-chains.py examples (stack-of-tasks/pinocchio#2392) ### Added - Add getMotionAxis method to helical, prismatic, revolute and ubounded revolute joint (stack-of-tasks/pinocchio#2315) - Add initial compatiblity with coal (coal needs `-DCOAL_BACKWARD_COMPATIBILITY_WITH_HPP_FCL=ON`) (stack-of-tasks/pinocchio#2323) - Add compatibility with jrl-cmakemodules workspace (stack-of-tasks/pinocchio#2333) - Add ``collision_color`` parameter to `MeshcatVisualizer.loadViewerModel` (stack-of-tasks/pinocchio#2350) - Add ``BuildFromMJCF`` function to RobotWrapper (stack-of-tasks/pinocchio#2363) - Add more CasADi examples (stack-of-tasks/pinocchio#2388) ### Removed - Remove deprecated headers related to joint constraints (stack-of-tasks/pinocchio#2382) ### Changed - Use eigenpy to expose `GeometryObject::meshMaterial` variant (stack-of-tasks/pinocchio#2315) - GepettoViewer is no more the default viewer for RobotWrapper (stack-of-tasks/pinocchio#2331) - Modernize python code base with ruff (stack-of-tasks/pinocchio#2367) - Restructure CppAD and CasADi examples (stack-of-tasks/pinocchio#2388) - Enhance and fix CppAD benchmarks outputs (stack-of-tasks/pinocchio#2393) Packaging Changes: - Removed patches af, an, ap: fixed upstream - Updated patches ag, ak
- Loading branch information
Showing
10 changed files
with
33 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
SHA1 (pinocchio-3.0.0.tar.gz) = 72192a2ea9914c74413b6ef92f066ced802cd62f | ||
RMD160 (pinocchio-3.0.0.tar.gz) = 53ab1059dd86c34ae9a2a71af26ef24b2119d186 | ||
Size (pinocchio-3.0.0.tar.gz) = 100744571 bytes | ||
SHA1 (patch-2264) = eb7cba2191020c3bb6026369fb236239e22e86db | ||
SHA1 (patch-2284) = b179e8b3ef082515af5b4ee48f3b9d9267e509a3 | ||
SHA1 (patch-an) = 99018d12bd2a563b05685fc25fae0dad02303164 | ||
SHA1 (pinocchio-3.2.0.tar.gz) = 01d46b7a1b64feb6874b8b173bb96b8283e100a8 | ||
RMD160 (pinocchio-3.2.0.tar.gz) = 12e75cd4238297d0414daebb61f6c523441e2fec | ||
Size (pinocchio-3.2.0.tar.gz) = 101261496 bytes | ||
SHA1 (patch-ao) = 82388cd763283a6d70581fdabcd1ae1035046ab8 | ||
SHA1 (patch-ap) = e68ebc96a023535f8bde33eae5eb027638ec3a1c |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
SHA1 (pinocchio-3.0.0.tar.gz) = 72192a2ea9914c74413b6ef92f066ced802cd62f | ||
RMD160 (pinocchio-3.0.0.tar.gz) = 53ab1059dd86c34ae9a2a71af26ef24b2119d186 | ||
Size (pinocchio-3.0.0.tar.gz) = 100744571 bytes | ||
SHA1 (patch-2264) = eb7cba2191020c3bb6026369fb236239e22e86db | ||
SHA1 (patch-2284) = b179e8b3ef082515af5b4ee48f3b9d9267e509a3 | ||
SHA1 (patch-af) = bf6c1d2fe04942c52d783be76b2a3d5386189953 | ||
SHA1 (patch-ag) = 929490a70c419afe239844b87f556e3789060c63 | ||
SHA1 (pinocchio-3.2.0.tar.gz) = 01d46b7a1b64feb6874b8b173bb96b8283e100a8 | ||
RMD160 (pinocchio-3.2.0.tar.gz) = 12e75cd4238297d0414daebb61f6c523441e2fec | ||
Size (pinocchio-3.2.0.tar.gz) = 101261496 bytes | ||
SHA1 (patch-ag) = 35b62ca6bd5676f51a5bef1d4a98c74113ca6a03 | ||
SHA1 (patch-ah) = 365652d212fc8b2e82c7fee33818d08541491893 | ||
SHA1 (patch-ak) = 59ebee7b94ff79fae81702a21be3763e9502b8ba | ||
SHA1 (patch-ak) = 73bff9b8278abb37c761375b4120b9f93edf9226 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters