Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[jsk_fetch_startup] Add ros_google_cloud_language to fetch_bringup.launch #1791

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions jsk_fetch_robot/jsk_fetch_startup/launch/fetch_bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<arg name="launch_google_chat" default="true" />
<arg name="launch_mail_notification" default="true" />
<arg name="launch_smach_image_publisher" default="true" />
<arg name="launch_google_analyze_text" default="true" />

<!-- hardware -->
<arg name="launch_battery_warning" default="true" />
Expand Down Expand Up @@ -408,6 +409,11 @@
</rosparam>
</node>

<include if="$(arg launch_google_analyze_text)"
file="$(find ros_google_cloud_language)/launch/analyze_text.launch">
<arg name="google_cloud_credentials_json" value="/var/lib/robot/eternal-byte-236613-4bc6962824d1.json" />
Copy link
Contributor

Choose a reason for hiding this comment

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

@tkmtnt7000 Can you upload this credential to GoogleDrive and add link to it here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Thank you. I added it in bc3dbd2.

</include>

<!-- Two robots cannot use one rosserial device at the same time -->
<group if="$(arg launch_rosserial)">
<group if="$(eval hostname == 'fetch1075')">
Expand Down