Blog
Results for:
Search options
Results for:
Search options
Pepper QiSDK
NAO (NAOqi 2.1)
NAO⁶
Pepper (NAOqi 2.5)
Blog
Results for:
Product
Document type
Tags
Skills
NAO⁶
 (1017)
Pepper (NAOqi 2.5)
 (958)
NAO (NAOqi 2.1)
 (860)
Pepper QiSDK
 (223)
Documentation
 (2908)
Blog
 (64)
Lesson
 (57)
Download
 (6)
Other
 (3)
Conversation
 (16)
Softbank Robotics Labs
 (14)
Github
 (13)
QiChat
 (11)
Tips and tricks
 (11)
Animation
 (10)
Connectivity
 (8)
QiSDK
 (8)
Release Note
 (7)
Research & Innovation
 (7)
API Challenge
 (5)
Event
 (5)
Motion
 (5)
Navigation
 (5)
Product Lifecycle Management
 (5)
Tablet
 (5)
Human-Robot Interaction (HRI)
 (4)
OS Release Note
 (4)
project
 (3)
Ubuntu
 (3)
Conversation
 (6)
Architecture
 (3)
Integrating a QiChat topic
 (3)
QiChat Syntax
 (3)
Animation
 (2)
Project Management
 (2)
Showing images on Pepper’s tablet
 (2)
Tablet
 (2)
3D view
 (1)
Animation Basics
 (1)
Animation Editor
 (1)
Breakdown
 (1)
Create a new animation file
 (1)
Desynchronization
 (1)
In between
 (1)
Merging animation with other assets
 (1)
Overlap and Follow through
 (1)
Slow out
 (1)
Timeline/Dopesheet and Curves
 (1)
Timing
 (1)
3038
Items found
Sort by
Relevance
Date
Documentation
Sound processing
¶
<< return to C++ examples Overview . The ALSoundProcessing example module shows how to process sound data and interact with ALMemory.
2019/12/20
NAO⁶
Breadcrumb
Home
/
NAO⁶
/
NAOqi - Developer guide
/
Other tutorials
/
C++ SDK - Tutorials
/
C++ Examples
/
Documentation
Speech based reaction
¶
<< return to C++ examples Overview . ALSpeechBasedReaction example module shows how to react to a specific voice command using speech recognition. This module can be remote or local . Downloads . Whole module . speechbasedreaction.zip
2019/12/20
NAO⁶
Breadcrumb
Home
/
NAO⁶
/
NAOqi - Developer guide
/
Other tutorials
/
C++ SDK - Tutorials
/
C++ Examples
/
Documentation
Capturing audio and video
¶
<< return to C++ examples Overview . AVCaptureRemote module shows how to capture simultaneously audio and video. This a remote module . Downloads . Whole module . audiovideocapture.zip Header: avcaptureremote.h
2019/12/20
NAO⁶
Breadcrumb
Home
/
NAO⁶
/
NAOqi - Developer guide
/
Other tutorials
/
C++ SDK - Tutorials
/
C++ Examples
/
Documentation
Creating a custom main
¶
Sometimes you may want to change the main.cpp of your module. A typicall case may be to change the option parsing, or not use the big black box which is ALTools::mainFunction main.cpp Some few remarks: The call to setlocale is very important.
2019/12/20
NAO⁶
Breadcrumb
Home
/
NAO⁶
/
NAOqi - Developer guide
/
Other tutorials
/
C++ SDK - Tutorials
/
C++ Examples
/
Documentation
Creating events (DEPRECATED)
¶
<< return to C++ examples This section explains how to create events. Event creation works only for local modules. Event creation principle . Some events already exist in SoftBank Robotics modules. For example, an event is raised each time a face is detected (see Reacting to a vision event: face detected ). You might want to create your own events, to be able to use callback methods. Event creation and raising goes through ALMemory.
2019/12/20
NAO⁶
Breadcrumb
Home
/
NAO⁶
/
NAOqi - Developer guide
/
Other tutorials
/
C++ SDK - Tutorials
/
C++ Examples
/
Documentation
Example: HelloWorld module (DEPRECATED)
¶
<< return to C++ examples The whole example is available here: helloworld.zip Module creation . This module is defined in the two following files: Header . The first one is a header file, defining the HelloWorld class.
2019/12/20
NAO⁶
Breadcrumb
Home
/
NAO⁶
/
NAOqi - Developer guide
/
Other tutorials
/
C++ SDK - Tutorials
/
C++ Examples
/
Documentation
Creating a simple remote module
¶
<< return to C++ examples This example shows how to create a module (here this is a very simple module making the robot say “HelloWorld”), how to create bound methods that will be accessible from the outside, and how to access this module from the outside. Example: HelloWorld module (DEPRECATED) Module creation
2019/12/20
NAO⁶
Breadcrumb
Home
/
NAO⁶
/
NAOqi - Developer guide
/
Other tutorials
/
C++ SDK - Tutorials
/
C++ Examples
/
Pagination
Previous page
<
First page
1
…
Page
3
Current page
4
Page
5
Page
6
…
Last page
434
Next page
>
Breadcrumb
Home