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

WIP: DMP Obstacle Avoidance #232

Draft
wants to merge 3 commits into
base: devel
Choose a base branch
from
Draft

Conversation

af-a
Copy link
Contributor

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

Summary of changes

This pull request addresses part of #230.
It introduces an implementation of DMP obstacle avoidance as presented in this paper, where a force term computed from the positions of intermediate obstacles is added to the differential equation governing the evolution of the modeled variable.

The list of object positions is obtained by querying the KB interface for objects within a short distance from the robot.

TODO before merging

  • Test and validate obstacle position to force term mapping on the HSR
  • Test with varying object types and quantities

@af-a af-a force-pushed the feature/dmp-obstacle-avoidance branch from 1e1cddb to 80834f1 Compare April 30, 2020 15:02
@PatrickNa PatrickNa closed this Apr 30, 2020
@PatrickNa PatrickNa reopened this Apr 30, 2020
@b-it-bots b-it-bots locked and limited conversation to collaborators Apr 30, 2020
@b-it-bots b-it-bots unlocked this conversation Apr 30, 2020
@sonarcloud
Copy link

sonarcloud bot commented Apr 30, 2020

SonarCloud Quality Gate failed.

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

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@alex-mitrevski alex-mitrevski marked this pull request as draft January 1, 2021 13:57
@sonarcloud
Copy link

sonarcloud bot commented Jan 1, 2021

Kudos, SonarCloud Quality Gate passed!

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

0.0% 0.0% Coverage
0.0% 0.0% Duplication

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