Skip to content

Commit

Permalink
jsk_robot_startup/launch/lifelog.launch: fix typo ture -> true
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Jun 14, 2024
1 parent 5922b78 commit bb1e569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsk_robot_common/jsk_robot_startup/launch/lifelog.launch
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<arg name="logger_save_app" default="false" />
<arg name="logger_save_video_to_scene" default="false" />
<arg name="logger_map_frame" default="odom" />
<arg name="logger_save_throttled_image" default="ture" />
<arg name="logger_save_throttled_image" default="true" />

<arg name="start_mongodb_record_nodelet_manager" default="true" />
<arg name="start_mongodb" default="true" />
Expand Down

0 comments on commit bb1e569

Please sign in to comment.