Skip to content

Commit

Permalink
[jsk_robot_startup/lifelog] Add replicate_on_write arg to mongodb.lau…
Browse files Browse the repository at this point in the history
…nch to search at replication server
  • Loading branch information
tkmtnt7000 committed Jun 15, 2023
1 parent 7a02c69 commit e8cc1a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jsk_robot_common/jsk_robot_startup/lifelog/mongodb.launch
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<arg name="replicator_param_path"
default="$(find jsk_robot_startup)/lifelog/mongodb_replication_params.yaml" />
<arg name="extra_collections" default="" />
<arg name="replicate_on_write" default="false"/>

<arg name="test_mode" default="false" />

Expand All @@ -25,6 +26,7 @@
output="screen" machine="$(arg machine)">
<rosparam subst_value="true" if="$(eval arg('extra_collections') != '')">
extra_collections: $(arg extra_collections)
replicate_on_write: $(arg replicate_on_write)
</rosparam>
</node>
</group>
Expand Down

0 comments on commit e8cc1a6

Please sign in to comment.