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 linear interpolation to go from the current posture to the first one in the stack #8

Merged
merged 1 commit into from
Feb 7, 2017

Conversation

olivier-stasse
Copy link
Member

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 0.0% when pulling a724ba1 on olivier-stasse:master into e06fb82 on stack-of-tasks:master.

@@ -33,12 +33,16 @@ namespace dynamicgraph
firstSINTERN( NULL,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. We don't need a dummy signal anymore. I will remove it.

@proyan
Copy link
Member

proyan commented Feb 6, 2017

It seems that I don't have permission to merge on sot-tools. Could you please merge it here?

else
{
// Tries to go closer to the first posture.
deltapos = (deltapos * dt_)/time_to_start_;
Copy link
Member

@proyan proyan Feb 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it should be deltapos = deltapos/time_to_start_;, since we are already simulating the entity after every dt seconds

@olivier-stasse olivier-stasse merged commit a724ba1 into stack-of-tasks:master Feb 7, 2017
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.

None yet

3 participants