nao_interaction_msgs¶
Contents:
Summary¶
-
nao_interaction_msgs
¶ Version: 0.1.5
Description: Messages and services declarations for the nao_interaction metapackage
Maintainers: - Manos Tsardoulias <etsardou AT gmail DOT com>
Licenses: - BSD
Urls: - website<http://wiki.ros.org/nao_interaction_msgs>
- bugtracker<https://github.com/ros-nao/nao_interaction/issues>
- repository<https://github.com/ros-nao/nao_interaction>
Authors: - Manos Tsardoulias
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends:
Types¶
Service types¶
nao_interaction_msgs/VisionMotionSensitivity
nao_interaction_msgs/AudioPlayback
nao_interaction_msgs/AudioMasterVolume
nao_interaction_msgs/LearnFace
nao_interaction_msgs/AudioRecorder
-
nao_interaction_msgs/VisionMotionSensitivity
¶ Field (Request): - sensitivity (std_msgs/Float32) –
Service for setting the sensitivity of the movement detection Input must be between 0.0 and 1.0
# Service for setting the sensitivity of the movement detection # Input must be between 0.0 and 1.0 std_msgs/Float32 sensitivity --- # Empty response
-
nao_interaction_msgs/AudioPlayback
¶ Field (Request): - file_path (std_msgs/String) –
Service for audio playback via NAO. Takes as request the path of the audio file to playback
# Service for audio playback via NAO. # Takes as request the path of the audio file to playback std_msgs/String file_path --- # Empty response when the playback is done
-
nao_interaction_msgs/AudioMasterVolume
¶ Field (Request): - master_volume (std_msgs/Int32) –
Service for setting the master volume of NAO Input must be between 0 and 100
# Service for setting the master volume of NAO # Input must be between 0 and 100 std_msgs/Int32 master_volume --- # Empty response
-
nao_interaction_msgs/LearnFace
¶ Field (Request): - name (std_msgs/String) –
Field (Response): - result (std_msgs/Bool) –
std_msgs/String name --- std_msgs/Bool result
-
nao_interaction_msgs/AudioRecorder
¶ Field (Request): - file_path (std_msgs/String) –
- secs (std_msgs/Int32) –
- audio_type (std_msgs/Char) –
- left_channel (std_msgs/Bool) –
- right_channel (std_msgs/Bool) –
- front_channel (std_msgs/Bool) –
- rear_channel (std_msgs/Bool) –
- samplerate (std_msgs/Int32) –
Service for audio recording via NAO. Takes as request the path to write the recorded audio file and the seconds of the recording.
# Service for audio recording via NAO. # Takes as request the path to write the recorded audio file and the seconds of # the recording. std_msgs/String file_path std_msgs/Int32 secs # 0 for "wav", 1 for "ogg" std_msgs/Char audio_type std_msgs/Bool left_channel std_msgs/Bool right_channel std_msgs/Bool front_channel std_msgs/Bool rear_channel # Typical value is 16000 Hz std_msgs/Int32 samplerate --- # Empty response when the recording is done