Any reason why compiling from source doesn’t work? Followed the instructions but when I run the /usr/local/bin/redeem I get:
ERROR:root:You have to compile the native path planner before running Redeem. Make sure you have swig installed (apt-get install swig) and run cd …/…/PathPlanner/PathPlanner && python setup.py install
Traceback (most recent call last):
File “/usr/local/bin/redeem”, line 9, in
load_entry_point(‘Redeem==1.1.5’, ‘console_scripts’, ‘redeem’)()
File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 356, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 2476, in load_entry_point
return ep.load()
File “/usr/lib/python2.7/dist-packages/pkg_resources.py”, line 2190, in load
[‘name’])
File “/usr/local/lib/python2.7/dist-packages/Redeem-1.1.5-py2.7-linux-armv7l.egg/redeem/Redeem.py”, line 50, in
from PathPlanner import PathPlanner
File “/usr/local/lib/python2.7/dist-packages/Redeem-1.1.5-py2.7-linux-armv7l.egg/redeem/PathPlanner.py”, line 40, in
raise e
ImportError: No module named PathPlannerNative
I see the PathPlannerNative.py file but it has a _ in the front of the name. I did the sudo python setup.py install
/usr/local/lib/python2.7/dist-packages/Redeem-1.1.5-py2.7-linux-armv7l.egg/_PathPlannerNative.py
/usr/local/lib/python2.7/dist-packages/Redeem-1.1.5-py2.7-linux-armv7l.egg/_PathPlannerNative.pyc
/usr/local/lib/python2.7/dist-packages/Redeem-1.1.5-py2.7-linux-armv7l.egg/_PathPlannerNative.so