Skip to content

Commit e938cd2

Browse files
committed
rviz_plugin_tutorials: added icons and max history length.
1 parent ac75335 commit e938cd2

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed
588 Bytes
Loading
406 Bytes
Loading

rviz_plugin_tutorials/src/imu_display.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ ImuDisplay::ImuDisplay()
6262
"Number of prior measurements to display.",
6363
this, SLOT( updateHistoryLength() ));
6464
history_length_property_->setMin( 1 );
65+
history_length_property_->setMax( 100000 );
6566
}
6667

6768
// After the top-level rviz::Display::initialize() does its own setup,

0 commit comments

Comments
 (0)