IBM / watson-nao-robot

Use a robot to answer queries on financial data by integrating with the IBM Watson Assistant service and IBM Watson Studio
https://developer.ibm.com/patterns/robotic-calculations-and-inference-agent
Apache License 2.0
38 stars 63 forks source link

last respond #13

Closed eduardocanton closed 6 years ago

eduardocanton commented 6 years ago

Hello,

I´m trying to reproduce your sample and I ask a question: "What is the highest profit of Capri Italy in 2007?" I get the answer on node-red, but the robot dont say nothing. Looking in the code from Nao I dont find where you ask to node-red for the respond.

AlexandrLucas commented 6 years ago

Yes, the choregraphe box for Node Red lacks any handling of the response from the Jupiter notebook. I've tried adding it myself, but I cannot figure out how to include websocket interaction to the robot. Hope the devs will help with this.

RK-Sharath commented 6 years ago

@eduardocanton @Quiescitus I am checking on this and will get back soon. Apologies for the delay.

jonesgs commented 6 years ago

I have same issue with Pepper as @eduardocanton @Quiescitus . I ask a question: "What is the highest profit of Capri Italy in 2007?" I get the answer on node-red, but Pepper does not say anything. Not sure if related, but when notebook is created the only Python options are 3.4 and 3.5. Choregraphe appears to only work with 2.7

RK-Sharath commented 6 years ago

@eduardocanton @Quiescitus @jonesgs It appears to be an issue with missing component in Node-RED. The fix is in process. @vchahalibm

RK-Sharath commented 6 years ago

@eduardocanton @Quiescitus @jonesgs The issue has been fixed. Please refer to steps 5 & 6 in the documentation which will enable two way communication (question & answer). Kindly let me know if you face any issues.