stulp / dmpbbo

Python/C++ library for Dynamical Movement Primitives and Black-Box Optimization
GNU Lesser General Public License v2.1
224 stars 90 forks source link

Making C++/Python implementation of Dmp interchangeable #64

Closed stulp closed 2 years ago

stulp commented 2 years ago

First implement these in Python

https://github.com/stulp/dmpbbo/blob/9cf0e5ed6911f76871ec883f9cb7a5c0c13e662e/src/dmp/Dmp.hpp#L64

https://github.com/stulp/dmpbbo/blob/9cf0e5ed6911f76871ec883f9cb7a5c0c13e662e/src/dmp/Dmp.hpp#L126

Check if same results

stulp commented 2 years ago

The "nice but impossible version" is now implemented in v2 of dmpbbo https://github.com/stulp/dmpbbo/tree/v2