Your Privacy
We use cookies to give you a better experience in United Robotics Group
You can learn more about what kind of cookies we use, why, and how from our Privacy Policy. Because we respect your right to privacy, you can choose not to allow some types of cookies. Click on the different category headings in our cookie banner to change our default settings. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer. For more details, check out our Privacy Policy link below.
Strictly Necessary Cookies
These cookies are necessary for the website to function and cannot be switched off in our systems, but do not store any person information. They are usually set in response to your actions that triggers a request for services, such as setting your privacy preferences, logging in or filling forms. You can change your browser settings to alert you about these cookies, but some parts of the Website may not work.
View Cookies
Dear NAO programmers,
If you are looking to understand which functions are contained in which libraries, here are a few pointers :
Softbank Robotics' Developer Center has a section for NAO. In this section, the Java doc page has a link to here with full doc.
The javascript doc page is less direct about the inner details. It introduces how to setup the javascript and methods at the surface level, and then for all the robot API that allows you to access, it tells you to use the service object to reference the same style API as would be used in Python/C++ and provides this link for that.In summary :
For javascript specifically, it is also possible to use a small utility library that takes care of most of the boilerplate to make it easier to directly call any NAOqi service: https://github.com/pepperhacking/studiotoolkit/blob/master/doc/js_robotutils.md
Hope this is helpful !
0 Votes
0 Comments
Login or Sign up to post a comment