ros_deep_learning icon indicating copy to clipboard operation
ros_deep_learning copied to clipboard

How to install ROS melodic configured with Python 3 on Jetson Nano

Open sandeepmittal opened this issue 4 years ago • 1 comments

I followed the instructions in your readme but the ROS installation using python 2.x I want ROS to run with Python 3.6. How can I make that happen? Please help me. It's surprisingly that there's not much resources about this online.

sandeepmittal avatar Apr 18 '20 06:04 sandeepmittal

Hi @sandeepmittal, after some investigation it appears that you would need to re-compile ROS to make it use Python 3.6 - https://www.miguelalonsojr.com/blog/robotics/ros/python3/2019/08/20/ros-melodic-python-3-build.html

It appears that the default builds of ROS1 are built with support for Python 2.x only.

dusty-nv avatar Jun 18 '20 13:06 dusty-nv