is there any way of using python 3.5 in ROS kinetic
I have one python library which is in python3.5. but ROS works only with python 2.7.
can I get some idea , how to access that library in my ros environment?
If you want to use a different Python version, you'll probably have to install ROS from sources, all the while keeping an eye on the commands to make sure you're using the correct Python interpreter binary.
There have been Q&As about this, I recommend using google (with
site:answers.ros.org
).