Skip to content

Commit 7eeac56

Browse files
committed
Restore default behavior of image display before ros-visualization#1852
1 parent b0dae05 commit 7eeac56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rviz/image/image_display_base.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ImageDisplayBase::ImageDisplayBase()
6868
&ImageDisplayBase::updateTopic);
6969

7070
timeout_property_ =
71-
new FloatProperty("Timeout", 1.0,
71+
new FloatProperty("Timeout", 0.0,
7272
"Seconds to wait before resetting when no new image has been received.\n"
7373
"Zero disables the feature.",
7474
this, &ImageDisplayBase::updateResetTimeout);

0 commit comments

Comments
 (0)