-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Topic/urdf memory leak #2082
Merged
Merged
Topic/urdf memory leak #2082
Conversation
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
jcarpent
reviewed
Nov 12, 2023
jcarpent
previously approved these changes
Nov 12, 2023
Co-authored-by: Justin Carpentier <justin.carpentier@inria.fr>
jcarpent
previously approved these changes
Nov 13, 2023
ManifoldFR
previously approved these changes
Nov 13, 2023
ManifoldFR
approved these changes
Nov 13, 2023
nim65s
added a commit
to nim65s/robotpkg
that referenced
this pull request
Dec 1, 2023
## [2.6.21] - 2023-11-27 ### Added - Add inverse dynamics (`rnea`) Python and C++ example ([2083](stack-of-tasks/pinocchio#2083)) - Add visualization of Frames in MeshCat viewer ([2098](stack-of-tasks/pinocchio#2098)) ### Fixed - Re-initialize `Ycrb[0]` in `crbaMinimal` ([2040](stack-of-tasks/pinocchio#2040)) - Fix custom scalar use in `log` function ([2047](stack-of-tasks/pinocchio#2047)) - Raise exception on wrong input size in `XYZQUATToSE3` Python binding function ([2073](stack-of-tasks/pinocchio#2073)) - Remove memory leak in `buildGeomFromUrdf` and `buildGeomFromUrdfString` Python binding functions ([2082]()stack-of-tasks/pinocchio#2082) - Fix Panda3D viewer examples ([2087](stack-of-tasks/pinocchio#2087)) - Fix centroidal dynamics derivatives with respect to time ([2094](stack-of-tasks/pinocchio#2094))) ### Changed - Rename freeflyer_joint to root_joint in `humanoid` sample model ([2043](stack-of-tasks/pinocchio#2043)) - CMake minimal version is now 3.10 ([2055](stack-of-tasks/pinocchio#2055)) - Split headers and sources in different directories to have a more standard C++ project ([2070](stack-of-tasks/pinocchio#2070)) ### Removed - Remove support to `hpp-fcl` < v2.0.0 ([2086](stack-of-tasks/pinocchio#2086)) ## Packaging changes - removed patches ad, ae: fixed upstream 🎉 - updated patches af, ah, an - added patch ao
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
close #2077