Skip to content

Commit

Permalink
add logger_save_throttled_image arg to jsk_robot_startup/launch/lifel…
Browse files Browse the repository at this point in the history
…og.launch
  • Loading branch information
k-okada committed Mar 27, 2024
1 parent 5435c45 commit a0ee0ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jsk_robot_common/jsk_robot_startup/launch/lifelog.launch
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +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="image" default="usb_cam/image_raw" />

Expand Down Expand Up @@ -121,7 +122,7 @@
</node>

<!-- store thottled image -->
<group ns="lifelog">
<group ns="lifelog" if="$(arg logger_save_throttled_image)" >
<include file="$(find jsk_robot_startup)/lifelog/lifelog_rgb_image.launch" >
<arg name="node_name" value="hand_color_logger" />
<arg name="image" value="$(arg image)/compressed/throttled" />
Expand Down

0 comments on commit a0ee0ed

Please sign in to comment.