-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
configuring jidt with jpype for info theoretic measures #3
Comments
check smp_base/README and make sure you have installed, downloaded and configured all the components |
I have followed the installation instructions you have prescribed for smp_base. smp_base: I am still getting an error about infodynamics not being found. This might be an issue with how i have written the config.py file: Imported RLSPY ./vendor/rlspy/ the config file that I created looked like this: RLOC='./infodynamics/infodynamics.jar' Any advice would be appreciated. |
try to set absolute path in config.py, e.g. JARLOC=/home/neville/ROS/src/smp_base/infodynamics/infodynamics.jar |
Thank you that seems to have cleared that error up. Imported RLSPY /home/neville/ROS/src/smp_base/vendor/rlspy/ /home/neville/ROS/src/smp_base/smp_base/smp_thread.py:97: SyntaxWarning: The publisher should be created with an explicit keyword argument 'queue_size'. Please see http://wiki.ros.org/rospy/Overview/Publishers%20and%20Subscribers for more information. |
where do run the script from, |
you'll need to be in the smp_sphero/ directory. for each of the two 1D and 2D scripts there's a directory with the same name, that contains the config files |
the parser says: nosectionerror because the file isn't found. sorry as well but happy to try and fix as long as you can maintain motivation 😅 |
referring back to x75/smp_sphero#2 |
I have it running at the moment. Thank you for your time. I will keep you posted on my progress! |
wow, great. please do post, quite curious. need to merge your feedback into install docs. hopefully more significant updates in smp installation, docs and code soon. also, smp_sphero is obsolete / legacy code, planning to recreate the functionality in a more general way within smp project. |
jpype fails to import because infodynamics.jar is not found
depending code may fail breaking the script
The text was updated successfully, but these errors were encountered: