Issue boards:
| Setup:
| Maintainer:
Foreword
The goal of this project is to equip the robot with simple speech processing capabilities, such as text to speech and verbalization of prior experience.
Publications
There are no publications relevant to this repository.
List of papers that build upon this work.
Students that contributed to this work.
Terms and Concepts
Audio Data
Types
Instantiation of the navigation stack
Events
Speech memory
Memory structure
Structure of this Package
On the code level, this package contains the following libraries and components:
Libraries
The following fundamental libraries are available:
Components
Skill providers
Skills
navigation_skill_provider
GUI Widgets
How To
Start Audio Memory Demo
- (Start ArmarX:
armarx start
) - In an ArmarX GUI, open the Scenario Manager
- Start the scenario ArMemCore from
RobotAPI
(starts basic components) - Open the scenario audio_memory from
armarx_audio
(contains the Audio Memory and optional Python scripts for input and output) - (Optional) Enable the app microphone_to_memory.PythonApplicationManager
- (Optional) Enable the app memory_to_speaker.PythonApplicationManager
- Start the scenario audio_memory