Skip to content
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

Add inverse dynamics examples #2083

Merged

Conversation

stephane-caron
Copy link
Collaborator

@stephane-caron stephane-caron commented Nov 13, 2023

Follow up to the 2 DoF gravity compensation tutorial, where it was mentioned that a simple ID example was missing. Thanks @jpieper!

@hrp2-14
Copy link

hrp2-14 commented Nov 13, 2023

Hi ! This project doesn't usually accept pull requests on the main branch.
If this wasn't intentionnal, you can change the base branch of this PR to devel
(No need to close it for that). Best, a bot.

@stephane-caron stephane-caron changed the base branch from master to devel November 13, 2023 13:47
@stephane-caron stephane-caron changed the title Add inverse dynamics example Add inverse dynamics examples Nov 13, 2023
@stephane-caron stephane-caron force-pushed the feature/inverse-dynamics-example branch from ef0f146 to 8703268 Compare November 13, 2023 14:13
@jcarpent jcarpent force-pushed the feature/inverse-dynamics-example branch from 8703268 to 0952134 Compare November 13, 2023 17:03
@jcarpent jcarpent enabled auto-merge November 13, 2023 17:03
@stephane-caron
Copy link
Collaborator Author

Add a new entry in CHANGELOG.md

There is no changelog here yet! (But I agree, if there were one, I would totally have forgotten 😜)

@jorisv
Copy link
Contributor

jorisv commented Nov 13, 2023

Add a new entry in CHANGELOG.md

There is no changelog here yet! (But I agree, if there were one, I would totally have forgotten 😜)

My bad, I confused it with EigenPy

@jcarpent jcarpent merged commit b87ea95 into stack-of-tasks:devel Nov 13, 2023
12 checks passed
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
@stephane-caron stephane-caron deleted the feature/inverse-dynamics-example branch February 1, 2024 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants