dialogflow_ros icon indicating copy to clipboard operation
dialogflow_ros copied to clipboard

A ROS wrapper for Google's NLP platform Dialogflow

Results 2 dialogflow_ros issues
Sort by recently updated
recently updated
newest added

Hi, We notice that you are using topic names from ROS parameters at the following locations: https://github.com/piraka9011/dialogflow_ros/blob/764a3236dceae4eef87d6dc96189e5d9be503cb7/src/dialogflow_ros/dialogflow_client.py#L87 https://github.com/piraka9011/dialogflow_ros/blob/764a3236dceae4eef87d6dc96189e5d9be503cb7/src/dialogflow_ros/dialogflow_client.py#L89 https://github.com/piraka9011/dialogflow_ros/blob/764a3236dceae4eef87d6dc96189e5d9be503cb7/src/dialogflow_ros/dialogflow_client.py#L90 https://github.com/piraka9011/dialogflow_ros/blob/764a3236dceae4eef87d6dc96189e5d9be503cb7/src/dialogflow_ros/dialogflow_client.py#L91 https://github.com/piraka9011/dialogflow_ros/blob/764a3236dceae4eef87d6dc96189e5d9be503cb7/src/dialogflow_ros/dialogflow_client.py#L92 https://github.com/piraka9011/dialogflow_ros/blob/764a3236dceae4eef87d6dc96189e5d9be503cb7/scripts/mic_client.py#L29 For security reasons detailed below, we strongly suggest...

Great Module. I successfully installed the module on Ubuntu 18.04 with ros melody with `catkin_make install -DCATKIN_WHITELIST_PACKAGES="dialogflow_ros"` Interface with dialogflow is ok. and node is working However when I run...