movement_primitives icon indicating copy to clipboard operation
movement_primitives copied to clipboard

Dynamical movement primitives (DMPs), probabilistic movement primitives (ProMPs), and spatially coupled bimanual DMPs for imitation learning.

Results 13 movement_primitives issues
Sort by recently updated
recently updated
newest added

After reading the draft, I got a sense that movement_primitives does claim to be faster than other repos in the same space. If that's the case, then it will be...

It will be good to add a figure describing what exactly the movement primitives are trying to learn or imitate for non specialist audience. It can be a graph similar...

![屏幕截图 2024-03-04 125111](https://github.com/dfki-ric/movement_primitives/assets/99159451/45b431fb-dc33-41bd-955e-1a8f50eaf2a3) ![屏幕截图 2024-03-04 125208](https://github.com/dfki-ric/movement_primitives/assets/99159451/350e1c49-73c4-47a5-9a7d-5b758aa5bc84) why F12 = self.k * (-self.desired_distance - da),should it be (self.desired_distance-da)

* https://link.springer.com/article/10.1007/s10846-021-01344-y * https://ieeexplore.ieee.org/document/8981552

https://arxiv.org/abs/2210.01531

enhancement
good first issue
help wanted

https://github.com/straizys/nonholonomic-dmp

enhancement
good first issue
help wanted

Thanks for sharing. Though DMPs are widely used to encode point-to-point movements, implementing the periodic DMP for translation and orientation is still challenging. Can this repository achieve these? If possible,...

I used CouplingTermObstacleAvoidance2D as follows:![image](https://user-images.githubusercontent.com/31556137/173241137-16ace4f5-cf3e-4f2c-bb32-3a59edaa9e40.png),but it does not working. ![image](https://user-images.githubusercontent.com/31556137/173241173-d276218a-aa4b-49bd-8352-7fb544fd0474.png) When I change the Y to a simple sint., it working. ![image](https://user-images.githubusercontent.com/31556137/173241241-4c68f978-2754-494b-bf29-7cd361931cac.png)