dusty-nv / ros_deep_learning

Deep learning inference nodes for ROS / ROS2 with support for NVIDIA Jetson and TensorRT
879 stars 257 forks source link

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

Open sandeepmittal opened 4 years ago

sandeepmittal commented 4 years ago

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.

dusty-nv commented 4 years ago

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.