Which is the better option for NAO using ROS? [closed]
NAO with ROS, Following the tutorials and searching in the forum I found there are 2 main options: 1- ROS on a remote PC and 2- ROS directly on the robot. But, for the option 1, also there are 2 more options: 1.1 Python nodes (install precompiled binaries) and 1.2 C++ nodes (source install from repository). In my case I finally could installed and tested the 1.1 option. For curiosity and to learn more about ROS I want to tackle the 1.2 and 2 options. The questions are: What are the advantages and disadvantages of these 3 options? Which is the better option? Why? Sorry for my question! but, in my specific case I was lost in the 1.1 and 1.2 options while I was following the respective tutorial.
Thank you!