aldebaran/libqi

Unable to find Naoqi SDK

Closed this issue · 3 comments

Does anyone have Naoqi SDK ? I am following these steps. but I am unable to find Naoqi SDK but I have found Python bindings. It will be a great if anyone share Naoqi SDK to me. Thanks in advance.

Hello @UdayRockzzL. The NAOqi SDK is available on the Softbank Robotics Developer Center (https://developer.softbankrobotics.com) and on the EMEA Support Center (https://www.softbankrobotics.com/emea/en/support).

For instance, you can find the SDK for NAO robots by following this link
https://www.softbankrobotics.com/emea/en/support/nao-6/downloads-softwares/former-versions?os=49&category=76. You may use NAOqi SDK v2.8.x with NAOv6, and NAOqi SDK v2.1.4 with previous versions of NAO.

Hello [@nyibbang,](ss for udacity)

Thanks for the reply and I have a question. As I mentioned earlier I am following these steps. The link which you have sent is the same thing that I am following but they have mentioned naoqi SDK and pynaoqi. Are these two things are same or different? Could you please give more clarity on this.

The NAOqi SDK is a set of tools and libraries that you can use to develop native (in C/C++) applications or programs for your robot. The PyNAOqi SDK is simply a Python module to develop Python applications for your robot. It does not include any tools or documentation about the APIs that the NAOqi SDK offers.