uuvsimulator / uuv_plume_simulator

ROS nodes to generate a turbulent plume in an underwater environment
https://uuvsimulator.github.io/
Apache License 2.0
20 stars 19 forks source link

Cannot find Plume module #27

Open purvikpatel opened 4 years ago

purvikpatel commented 4 years ago

from plume import Plume ModuleNotFoundError: No module named 'plume' Can anyone help me with this error ?

plume.py file is already in the same directory still I am getting the error message

I am running this package on ROS noetic with python3.

achille-martin commented 3 years ago

Hi @purvikpatel, It seems that python3 is not supported, looking at the code. The package runs fine with python2.

There is ongoing work to port the package to python3.

NickNair commented 3 years ago

I actually got it working on python3. You can test this out. If working well can I make a Pull Request ? uuv_plume_simulator.zip

achille-martin commented 3 years ago

Hi @NickNair, thank you for the update. It should be indeed possible to make it work for python3 and you have succeeded it seems. Can you make the PR so that everyone can have a go ? It will be easier to track the changes and do some testing :)