forked from jsk-ros-pkg/jsk_robot
-
Notifications
You must be signed in to change notification settings - Fork 3
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_robot_startup] Added commits not included in https://github.com/jsk-ros-pkg/jsk_robot/pull/1792 but included in https://github.com/jsk-ros-pkg/jsk_robot/pull/1883 #102
Open
tkmtnt7000
wants to merge
10
commits into
k-okada:ichikura_sample
Choose a base branch
from
tkmtnt7000:ichikura-sample-develop-fetch
base: ichikura_sample
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
88cd610
Adopt to fetch1075 default environment
ac5c1b7
[jsk_robot_startup] Add override_project_id true
tkmtnt7000 d22ce4c
[jsk_robot_startup] Add launch_common_logger arg to disable launching…
tkmtnt7000 d76c2f3
[jsk_robot_startup] save_speech and save_google_chat false
tkmtnt7000 e251594
[jsk_robot_startup] Comment out lifelog.launch
tkmtnt7000 c0fc6b5
[jsk_fetch_startup] Launch lifelog.launch as default
tkmtnt7000 3a341e2
[jsk_robot_startup][jsk_fetch_startup
tkmtnt7000 1b9a4ad
[jsk_robot_startup] Remove override_project_id arg
tkmtnt7000 d282929
[jsk_robot_startup] USe launch arg if we use aws mongodb trigger
tkmtnt7000 65d5ce9
[jsk_robot_startup] Use launch arg if we use lifelog.launch
tkmtnt7000 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
jsk_robot_common/jsk_robot_startup/launch/sample_database_talker.launch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<launch> | ||
<arg name="launch_lifelog" default="true" /> | ||
|
||
<include file="$(find jsk_robot_startup)/launch/lifelog.launch" if="$(launch_lifelog)"> | ||
<arg name="logger_save_action" value="true" /> | ||
<arg name="logger_save_smach" value="true" /> | ||
<arg name="logger_save_faces" value="true" /> | ||
<arg name="logger_save_dialogflow" value="true" /> | ||
<arg name="image" value="/head_camera/rgb/image_rect_color" /> | ||
<arg name="launch_mongodb" value="false" /> | ||
</include> | ||
<include file="$(find jsk_robot_startup)/launch/interaction.launch" ns="db_talker" > | ||
<arg name="chat_use_helper" value="false" /> | ||
<arg name="launch_google_chat" value="false" /> | ||
<arg name="launch_gdrive_server" value="false" /> | ||
</include> | ||
<include file="$(find jsk_perception)/launch/vqa.launch" > | ||
<arg name="host" value="133.11.216.160" /> | ||
<arg name="port" value="8888" /> | ||
<arg name="run_api" value="false" /> | ||
</include> | ||
<include file="$(find jsk_perception)/launch/classification.launch" > | ||
<arg name="host" value="133.11.216.160" /> | ||
<arg name="port" value="9999" /> | ||
<arg name="run_api" value="false" /> | ||
</include> | ||
|
||
</launch> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これはどこかからlaunch されている?であれば、以下のliflog は戻して arg & if かな。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これもarg & ifにします.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
65d5ce9
で対応しました
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
読み飛ばしていました.これはどこからも呼び出されてはいませんでした.