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

Online DMP Trajectory Generation #231

Merged
merged 4 commits into from
Apr 28, 2020

Conversation

af-a
Copy link
Contributor

@af-a af-a commented Apr 28, 2020

Summary of changes

This PR addresses the first item in #230.
It introduces a change in the way in which a trajectory is stepped though in the DMPExecutor. Instead of rolling out the whole trajectory, storing the end-effector coordinates, and then sending velocity commands in the control loop, individual trajectory steps are generated within the control loop.

Tests To Verify Changes

  • The modified DMP executor was tested on the robot by running the pickup action and verifying that the generated trajectory matches the one produced by the original, offline trajectory generation strategy.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 1 Code Smell

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@alex-mitrevski alex-mitrevski merged commit 157d1e2 into devel Apr 28, 2020
@alex-mitrevski alex-mitrevski deleted the feature/online-trajectory-generation branch April 28, 2020 16:17
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.

3 participants