Skip to content

Commit

Permalink
Correctly initialize HideSmallValues property for screw visuals
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Nov 15, 2023
1 parent d4fbc3c commit f244ab4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rviz/default_plugin/screw_display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ void ScrewDisplay<MessageType>::processMessagePrivate(const std_msgs::Header& he
visual->setAngularScale(angular_scale);
visual->setWidth(width);
visual->setScrew(linear, angular);
visual->setHideSmallValues(hide_small_values_property_->getBool());

// And send it to the end of the circular buffer
visuals_.push_back(visual);
Expand Down

0 comments on commit f244ab4

Please sign in to comment.