Skip to content

Commit

Permalink
[jsk_fetch_startup] Add replicate_on_write arg
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmtnt7000 committed Jun 15, 2023
1 parent e8cc1a6 commit ea455c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jsk_fetch_robot/jsk_fetch_startup/launch/fetch_lifelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<arg name="map_frame" default="map" />
<arg name="vital_check" default="false" />
<arg name="extra_collections" default="[go_to_kitchen]" />
<arg name="replicate_on_write" default="true"/>

<include file="$(find jsk_fetch_startup)/jsk_fetch.machine" />

Expand All @@ -13,12 +14,14 @@
<arg name="port" value="27017" />
<arg name="repl_set_mode" value="false" />
<arg name="extra_collections" value="$(arg extra_collections)" />
<arg name="replicate_on_write" value="$(arg replicate_on_write)"/>
</include>
<include file="$(find jsk_robot_startup)/lifelog/mongodb.launch"
unless="$(arg use_system_mongod)">
<arg name="use_daemon" value="false"/>
<arg name="repl_set_mode" value="false" />
<arg name="extra_collections" value="$(arg extra_collections)" />
<arg name="replicate_on_write" value="$(arg replicate_on_write)"/>
</include>

<include file="$(find jsk_robot_startup)/lifelog/common_logger.launch">
Expand Down

0 comments on commit ea455c7

Please sign in to comment.