rapp-project / rapp-platform

RAPP Platform is a collection of ROS nodes and back-end processes that aim to deliver ready-to-use generic services to robots
Other
28 stars 20 forks source link

Text to speech: No error is returned when language='' #335

Closed etsardou closed 8 years ago

etsardou commented 8 years ago

Must investigate if the error exists in the ROS node or in the API

klpanagi commented 8 years ago

The error seems to be in the ROS Node. Empty language field correctly passed to the ROS Node, though no error is returned

ROS Service request:

6 REQUEST.serv: POST *://anonymous@localhost:9001 /hop/text_to_speech HTTP/1.1
6 INVOKE.svc (text_to_speech . #|JsObject [__proto__: JsObject] [extensible: #t] [properties: ()] [cmap: JsConstructMap] [elements: vector]|)
{ audio_output: '/home/klpanagi/.hop/cache/services/tts_Zeznv.wav',
  language: '',
  text: 'Καλησπέρα. Είμαι ο ναο' }

ROS Service response:

{ error: '' }