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

Reproducibility issue with the obstacle avoidance #1

Closed
ParadoxRobotics opened this issue Jan 13, 2022 · 2 comments
Closed

Reproducibility issue with the obstacle avoidance #1

ParadoxRobotics opened this issue Jan 13, 2022 · 2 comments

Comments

@ParadoxRobotics
Copy link

Hi,
I try to use a variation of your code for one my project, Unfortunately the PyrDMP library do not posses an "obstacle avoidance" parameter nor a functional implementation, but you use it here :
position_dmp = DMP(arg.gain, arg.num_gaussians, arg.stabilization, arg.obstacle_avoidance, arg.obstacle_gain)
Do you have a specific fork of the PyrDMP with a obstacle avoidance implementation ? because in the original implementation from Heracleia I can't found any trace :

class DynamicMovementPrimitive:
    def __init__(self, _a, _ng, _stb):

Best regards,

Quentin.

@cloudy
Copy link
Owner

cloudy commented Jan 13, 2022

Hi Quentin,

I don't this functionality was ever merged into the pyrdmp master though it exists in its own branch.

Please see here: https://github.com/heracleia/pyrdmp/tree/obstacle-avoidance

Thanks,
Joe

@ParadoxRobotics
Copy link
Author

Thanks, for your reply !
I will probably create a C++ lib based on this code (for personal purpose only).

Best regards,
Quentin

@cloudy cloudy closed this as completed May 30, 2022
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

No branches or pull requests

2 participants