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

End-of-2020 version #250

Merged
merged 275 commits into from
Jan 6, 2021
Merged

End-of-2020 version #250

merged 275 commits into from
Jan 6, 2021

Conversation

alex-mitrevski
Copy link
Member

@alex-mitrevski alex-mitrevski commented Dec 31, 2020

This PR adds all new features developed and bug fixes made during the year:

Edit 06.01.2021: Should not be merged before #252

af-a and others added 30 commits April 1, 2020 16:15
…ise the execution of the DMP is weird); fix readme
…ocation

This is added just for testing purposes
@alex-mitrevski alex-mitrevski marked this pull request as ready for review December 31, 2020 13:31
The existing implementation was unrolling the DMP (i.e. calling the
dmp.step function) at every step of the control loop, without checking
if the intermediate goal has been reached. For this reason, the robot
was very quickly just starting to move directly towards the goal, thus
not following the trajectory at all.

In the fixed version, a DMP step is only taken if the currently pursued
goal has been reached, which means that the trajectory is actually
followed.
Both None and empty list have to be covered
@sonarcloud
Copy link

sonarcloud bot commented Jan 6, 2021

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot E 6 Security Hotspots
Code Smell A 20 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@alex-mitrevski alex-mitrevski merged commit 35d6c2b into kinetic Jan 6, 2021
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.

9 participants