-
Notifications
You must be signed in to change notification settings - Fork 16
Topic/task contact force energy #85
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
Open
NoelieRamuzat
wants to merge
53
commits into
stack-of-tasks:devel
Choose a base branch
from
NoelieRamuzat:topic/task_contact_force_energy
base: devel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Topic/task contact force energy #85
NoelieRamuzat
wants to merge
53
commits into
stack-of-tasks:devel
from
NoelieRamuzat:topic/task_contact_force_energy
Conversation
This file contains hidden or 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
…entity Try to use it with talos-torque-control package and trajectories from multicontact_api. Works with walk on spot trajectories.
… q/v Remove useless sendMsg functions
In velocity control use the base estimator to estimate feet positions and CoM position. Use them in the feet and CoM tasks.
…entity Try to use it with talos-torque-control package and trajectories from multicontact_api. Works with walk on spot trajectories.
… q/v Remove useless sendMsg functions
In velocity control use the base estimator to estimate feet positions and CoM position. Use them in the feet and CoM tasks.
…mode Allow to control the DCM (com_adm_ref computed before TSID with a DCM controller and ZMP estimator).
Clean some useless comments and change zmp output signal size (2->3).
To have feed-forward terms in torque and acceleration. Not useful for now but perhaps on real robot. By default the feed-forward term in acceleration should be 0 and 1 in torque.
This transformation is necessary to have the tasks acting in the same frames as the trajectory reference ones. If they are expressed in the same frame (i.e. the world) the transformation is equal to the identity matrix. I need this to use the trajectories of the multicontact-locomotion-planning framework, for the walks on stairs and platforms which have a reference frame different from the world.
Put the feet motions task in the cost (no more constraints)
Forgot to set previous modifications when removing/adding contacts
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.
Add handling of the energy task added in TSID (described here PR155) and of the contactForceTask.
This PR is linked to the one in talos-torque-control 13.
Adding the AM task in the inverse-dynamic-balance-controller.
Create a simple formulation with a single posture task (and contact tasks).
Refactor TrajectorySample::pos, vel, acc as in TSID.