AndrewWalker / pydubins

Python wrapper of the C version of the Dubins-Curves library
MIT License
72 stars 54 forks source link

module 'dubins' has no attribute 'path_sample' #13

Open sky4D opened 4 years ago

sky4D commented 4 years ago

I installed pydubins using pip. When I run the demo.py, I got the error "_module 'dubins' has no attribute 'pathsample'"

manolotis commented 4 years ago

I just installed it myself, and run into the same issue... Try some other function. "sample_many" (from the readme) is working fine for me.

acauligi commented 4 years ago

@sky4D did you have any luck resolving this issue?