Skip to content

Commit

Permalink
dialogflow_task_executive: add missing dependencies to package.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed May 28, 2023
1 parent d8799bf commit 019466f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dialogflow_task_executive/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,15 @@
<buildtool_depend>catkin</buildtool_depend>
<build_depend>catkin_virtualenv</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>actionlib_msgs</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>roslaunch</build_depend>
<run_depend>app_manager</run_depend>
<run_depend>message_runtime</run_depend>
<run_depend>speech_recognition_msgs</run_depend>
<run_depend>topic_tools</run_depend>
<!-- <run_depend>python-dialogflow-pip</run_depend> install via catkin_virtualenv -->
<test_depend>rostest</test_depend>

<export>
<pip_requirements>requirements.txt</pip_requirements>
Expand Down

0 comments on commit 019466f

Please sign in to comment.