Skip to content

Conversation

@k-okada
Copy link
Member

@k-okada k-okada commented Apr 10, 2023

  • google_chat_ros/script/helper.py: add ~send_dialogflow_resonse_to_google_chat param. Set False did not returns dialogflow response to chat
    
  • dialogflow_task_executive: add more info, set_preempted when ActionServer fails, set df_result == None as initial value
    

…rver fails, set df_result == None as initial value
# Get configuration params
self.to_dialogflow_task_executive = rospy.get_param("~to_dialogflow_client")
self.sound_play_jp = rospy.get_param("~debug_sound")
self.send_dialogflow_resonse_to_google_chat = rospy.get_param("~send_dialogflow_resonse_to_google_chat", True)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
self.send_dialogflow_resonse_to_google_chat = rospy.get_param("~send_dialogflow_resonse_to_google_chat", True)
self.send_dialogflow_response_to_google_chat = rospy.get_param("~send_dialogflow_response_to_google_chat", True)

@k-okada k-okada changed the title improvements on dialogfwo and google chat improvements on dialogflow and google chat Apr 13, 2023
…ogle_chat param. Set False did not returns dialogflow response to chat
@k-okada
Copy link
Member Author

k-okada commented Apr 18, 2023

we may do not need send_dialogflow_resonse_to_google_chat
k-okada/jsk_robot@2c69055#r109428201

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants