hungpham2511 / toppra

robotic motion planning library
https://hungpham2511.github.io/toppra/index.html
MIT License
625 stars 170 forks source link

'ParametrizeSpline' object has no attribute 'evaldd' #130

Closed kaixin-bai closed 4 years ago

kaixin-bai commented 4 years ago

while testing examples/kinematics_duration.py got error:

qs_sample = jnt_traj.evaldd(ts_sample)
AttributeError: 'ParametrizeSpline' object has no attribute 'evaldd'
hungpham2511 commented 4 years ago

Thanks for the report. This is fixed in the latest develop branch