Skip to content

Commit

Permalink
add arg to whether launch webhook_server or not
Browse files Browse the repository at this point in the history
  • Loading branch information
mqcmd196 authored and knorth55 committed Aug 24, 2021
1 parent e66b840 commit 4cee519
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<launch>
<arg name="run_app_manager" default="false" />
<arg name="webhook_server" default="false" />
<arg name="credential" default="$(env GOOGLE_APPLICATION_CREDENTIALS)"/>
<arg name="project_id" default="$(env DIALOGFLOW_PROJECT_ID)"/>

Expand All @@ -25,6 +26,8 @@
<rosparam subst_value="true">
</rosparam>
</node>

<include if="$(arg webhook_server)" file="$(find dialogflow_task_executive)/launch/webhook_server.launch" />

<group if="$(arg run_app_manager)">
<node pkg="app_manager" type="appmaster" name="appmaster"
Expand Down

0 comments on commit 4cee519

Please sign in to comment.