BerkeleyAutomation / gqcnn

Python module for GQ-CNN training and deployment with ROS integration.
https://berkeleyautomation.github.io/gqcnn
Other
306 stars 149 forks source link

Issue: Installation Issue with ROS #136

Open Maxime-brs opened 1 year ago

Maxime-brs commented 1 year ago

System information

I have been trying to install the ROS package (following https://berkeleyautomation.github.io/gqcnn/install/install.html#ros-installation). In order to use catkin, i have installed ROS package (http://wiki.ros.org), but I realised that you advise using Ubuntu 16.04 (so ROS Kinetic, since it's the only ROS version supporting Ubuntu 16.04), but ROS Kinetic is using python 2.7 and not higher. And again you advise using python 3.5/3.6/3.7.

Thus i wanted to know if with ROS, you are using python 2.7, or you installed catkin in a different way ?

Thank you for your time !