From 601ffd407451e21e481a4b4e881b73178d7da414 Mon Sep 17 00:00:00 2001 From: Kei Okada Date: Tue, 25 Apr 2023 20:45:03 +0900 Subject: [PATCH 1/8] add sample launch code for database_talker --- .../launch/interaction.launch | 50 +++++++ .../jsk_robot_startup/launch/lifelog.launch | 137 ++++++++++++++++++ .../lifelog/lifelog_rgb_image.launch | 19 +++ 3 files changed, 206 insertions(+) create mode 100644 jsk_robot_common/jsk_robot_startup/launch/interaction.launch create mode 100644 jsk_robot_common/jsk_robot_startup/launch/lifelog.launch create mode 100644 jsk_robot_common/jsk_robot_startup/lifelog/lifelog_rgb_image.launch diff --git a/jsk_robot_common/jsk_robot_startup/launch/interaction.launch b/jsk_robot_common/jsk_robot_startup/launch/interaction.launch new file mode 100644 index 0000000000..8c9a76c6c3 --- /dev/null +++ b/jsk_robot_common/jsk_robot_startup/launch/interaction.launch @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/jsk_robot_common/jsk_robot_startup/launch/lifelog.launch b/jsk_robot_common/jsk_robot_startup/launch/lifelog.launch new file mode 100644 index 0000000000..b2645516d2 --- /dev/null +++ b/jsk_robot_common/jsk_robot_startup/launch/lifelog.launch @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + approximate_sync: true + topics: + - /publish_trigger_mongodb_event + - $(arg image)/compressed + + + + + + + + + + + + + + + + + + + diff --git a/jsk_robot_common/jsk_robot_startup/lifelog/lifelog_rgb_image.launch b/jsk_robot_common/jsk_robot_startup/lifelog/lifelog_rgb_image.launch new file mode 100644 index 0000000000..6f0f1e4a28 --- /dev/null +++ b/jsk_robot_common/jsk_robot_startup/lifelog/lifelog_rgb_image.launch @@ -0,0 +1,19 @@ + + + + + + + + + + + + enable_monitor: false + vital_check: false + + + From 475fb49a9d4a82999ad70d998ff54f38b31a9170 Mon Sep 17 00:00:00 2001 From: Kei Okada Date: Fri, 28 Apr 2023 18:18:50 +0900 Subject: [PATCH 2/8] use override_project_id, to work with latest commit of https://github.com/jsk-ros-pkg/jsk_3rdparty/pull/460/commits/58b852e03b6167ad33daa990a91c368dd1546b1f --- jsk_robot_common/jsk_robot_startup/launch/interaction.launch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jsk_robot_common/jsk_robot_startup/launch/interaction.launch b/jsk_robot_common/jsk_robot_startup/launch/interaction.launch index 8c9a76c6c3..338b246d11 100644 --- a/jsk_robot_common/jsk_robot_startup/launch/interaction.launch +++ b/jsk_robot_common/jsk_robot_startup/launch/interaction.launch @@ -1,6 +1,7 @@ + @@ -12,7 +13,8 @@ - + + From 871cdf58aac5deaeb35ee5860e8577d44732e25b Mon Sep 17 00:00:00 2001 From: Kei Okada Date: Fri, 2 Jun 2023 16:35:55 +0900 Subject: [PATCH 3/8] add override_project_id to true --- jsk_robot_common/jsk_robot_startup/launch/interaction.launch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jsk_robot_common/jsk_robot_startup/launch/interaction.launch b/jsk_robot_common/jsk_robot_startup/launch/interaction.launch index 338b246d11..fded7e92ce 100644 --- a/jsk_robot_common/jsk_robot_startup/launch/interaction.launch +++ b/jsk_robot_common/jsk_robot_startup/launch/interaction.launch @@ -22,11 +22,12 @@ - + + From f0c1857f1ad4de9728b727abf8a3f8f9d04c4567 Mon Sep 17 00:00:00 2001 From: Kei Okada Date: Tue, 31 Oct 2023 20:40:16 +0900 Subject: [PATCH 4/8] jsk_robot_startup/launch/interaction.launch, jsk_robot_startup/launch/lifelog.launch need source install of jsk_perception and jsk_3rdparty --- .../jsk_robot_startup/launch/interaction.launch | 10 ++++++++++ .../jsk_robot_startup/launch/lifelog.launch | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/jsk_robot_common/jsk_robot_startup/launch/interaction.launch b/jsk_robot_common/jsk_robot_startup/launch/interaction.launch index fded7e92ce..04a094ec7a 100644 --- a/jsk_robot_common/jsk_robot_startup/launch/interaction.launch +++ b/jsk_robot_common/jsk_robot_startup/launch/interaction.launch @@ -1,4 +1,14 @@ + diff --git a/jsk_robot_common/jsk_robot_startup/launch/lifelog.launch b/jsk_robot_common/jsk_robot_startup/launch/lifelog.launch index b2645516d2..5b3e4b1d95 100644 --- a/jsk_robot_common/jsk_robot_startup/launch/lifelog.launch +++ b/jsk_robot_common/jsk_robot_startup/launch/lifelog.launch @@ -1,4 +1,9 @@ + From 5435c459318e4a7ae49c060465e76b875999375e Mon Sep 17 00:00:00 2001 From: Kei Okada Date: Tue, 21 Nov 2023 13:45:44 +0900 Subject: [PATCH 5/8] addfl ogger_{save_speech,save_google_chat, save_video_to_scene} --- .../jsk_robot_startup/launch/lifelog.launch | 26 ++++++++++++++----- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/jsk_robot_common/jsk_robot_startup/launch/lifelog.launch b/jsk_robot_common/jsk_robot_startup/launch/lifelog.launch index 5b3e4b1d95..923e603e8a 100644 --- a/jsk_robot_common/jsk_robot_startup/launch/lifelog.launch +++ b/jsk_robot_common/jsk_robot_startup/launch/lifelog.launch @@ -16,9 +16,12 @@ + + + @@ -54,7 +57,9 @@ + + @@ -66,7 +71,8 @@ - + @@ -76,23 +82,29 @@ - - - - - - From a0ee0ed41e44140c7e1f5af5006e905f5071e6c7 Mon Sep 17 00:00:00 2001 From: Kei Okada Date: Wed, 27 Mar 2024 17:56:30 +0900 Subject: [PATCH 6/8] add logger_save_throttled_image arg to jsk_robot_startup/launch/lifelog.launch --- jsk_robot_common/jsk_robot_startup/launch/lifelog.launch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jsk_robot_common/jsk_robot_startup/launch/lifelog.launch b/jsk_robot_common/jsk_robot_startup/launch/lifelog.launch index 923e603e8a..0542006530 100644 --- a/jsk_robot_common/jsk_robot_startup/launch/lifelog.launch +++ b/jsk_robot_common/jsk_robot_startup/launch/lifelog.launch @@ -23,6 +23,7 @@ + @@ -121,7 +122,7 @@ - + From 5922b7843f8516cf733145d4465a9d28401e65a3 Mon Sep 17 00:00:00 2001 From: Kei Okada Date: Fri, 14 Jun 2024 17:50:46 +0900 Subject: [PATCH 7/8] jsk_robot_startup/launch/lifelog.launch: add start_mongodb_record_nodelet_manager, start_mongodb --- .../jsk_robot_startup/launch/lifelog.launch | 25 ++++++++++++------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/jsk_robot_common/jsk_robot_startup/launch/lifelog.launch b/jsk_robot_common/jsk_robot_startup/launch/lifelog.launch index 0542006530..373c0ae5e5 100644 --- a/jsk_robot_common/jsk_robot_startup/launch/lifelog.launch +++ b/jsk_robot_common/jsk_robot_startup/launch/lifelog.launch @@ -25,18 +25,24 @@ + + + + - - - - - - - + + + + + + + + + @@ -65,7 +71,7 @@ - + @@ -112,7 +118,8 @@ + args="load jsk_topic_tools/SynchronizedThrottle mongodb_record_nodelet_manager" + if="$(arg start_camera_throttle_nodelet)" > approximate_sync: true topics: From bb1e569a2f1036b839be614580bb84ff7905809c Mon Sep 17 00:00:00 2001 From: Kei Okada Date: Fri, 14 Jun 2024 17:51:06 +0900 Subject: [PATCH 8/8] jsk_robot_startup/launch/lifelog.launch: fix typo ture -> true --- jsk_robot_common/jsk_robot_startup/launch/lifelog.launch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsk_robot_common/jsk_robot_startup/launch/lifelog.launch b/jsk_robot_common/jsk_robot_startup/launch/lifelog.launch index 373c0ae5e5..5686da4df5 100644 --- a/jsk_robot_common/jsk_robot_startup/launch/lifelog.launch +++ b/jsk_robot_common/jsk_robot_startup/launch/lifelog.launch @@ -23,7 +23,7 @@ - +