Closed wonchul-kim closed 6 years ago
correct! actually there's also a more recent version of all this code up at https://github.com/abr/abr_control, and you can find an example of it using the pydmps library here:https://github.com/abr/abr_control/blob/master/examples/PyGame/dmps_path_planning.py
i need to update the readme here to point towards that repo, actually. thanks!
I have no idea about pydmps and thus, i want to ask that in the first dmp post, there is pydmps you wrote including cs.py, dmp.py, dmp_discrete.py and so on.
In this git, it doesn't use those codes?
Then, pydmps is another official library which is different to those you wrote in the first dmp post?
I am just confusing since those are same name...
hm, i'm not sure what you're referring to. I believe all the blog post links link to the repo https://github.com/studywolf/pydmps which is what generated the pydmps library you can pip install...
hmm,, I mean ,, I just wonder that in this git, the control code is run by pydmps and this pydmps is what you generated in the first dmp post, right?
ah, pydmps is an extension of the code from my first blog post, yup!
Thank you!
I just want to know which control code I have to see and study.
you're welcome! good luck!
I'm studying dmp through your posts.
I've read the first dmp post and code. Those are really helpful to me and so, thank you!
For the 2nd dmp post, I read and to see the code I download this git. However, I am wondering if there is no dmp code you wrote, in this git you just use the library(pydmps), right?