We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0dae05 commit 7eeac56Copy full SHA for 7eeac56
src/rviz/image/image_display_base.cpp
@@ -68,7 +68,7 @@ ImageDisplayBase::ImageDisplayBase()
68
&ImageDisplayBase::updateTopic);
69
70
timeout_property_ =
71
- new FloatProperty("Timeout", 1.0,
+ new FloatProperty("Timeout", 0.0,
72
"Seconds to wait before resetting when no new image has been received.\n"
73
"Zero disables the feature.",
74
this, &ImageDisplayBase::updateResetTimeout);
0 commit comments