DanielCoelho112 / synfeal

Synfeal: A Data-Driven Simulator for Camera Localization
9 stars 1 forks source link

Module not found synfeal_collection when collecting data #87

Closed andrefdre closed 1 year ago

andrefdre commented 1 year ago

When trying to collect data, launching synfeal_collection, it gives an error saying ModuleNotFoundError: No module named 'synfeal_collection' . @DanielCoelho112 suggested to add export PYTHONPATH="$PYTHONPATH:/home/danc/catkin_ws/src/synfeal" to the bashrc where /home/danc/catkin_ws/src/synfeal is the directory where synfeal is installed.

andrefdre commented 1 year ago

After adding the line export PYTHONPATH="$PYTHONPATH:/home/andre/catkin_ws/src/synfeal" it solved the problem. Will add this information to the documentation.