How to use Python 3.6 with ROS?
Hello, I'm using ROS kinetic on Ubuntu 16.04.
As far as I've heard so far, the python version of almost all the ROS packages has been written with Python 2' version; in other words, it is impossible to launch an ROS file with python 3.6.
But I'm going to apply deep learning(something like 'TensorFlow 'or 'Keras' or 'Pytorch') made with python 3.6 environments.
So, If there is someone familiar with launching the ROS packages with python 3 version, would you please give me a helpful advice?
Thanks in advance.
Do a search for this question on the forum. It is asked several times, but IIRC, there are no easy answers.
About tensorflow, there are versions available from google that run on Python 2.7. That is what I use on Kinetic. I can't comment on Keras or Pytorch.