stulp / dmpbbo

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

Problem with demoDmpChangeGoal and relative paths #35

Closed stulp closed 5 years ago

stulp commented 5 years ago

If you call demoDmpChangeGoal or similar with a relative path for the output, the python files don't work if called from a different location then from which they were generated. E.g. ./demoDmpChangeGoal output/ and then going to the directory where the Python script resides and trying to call is there

(splitting #31 into several separate issues)