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 d497014 commit c3946d0Copy full SHA for c3946d0
rviz_default_plugins/src/rviz_default_plugins/displays/wrench/wrench_display.cpp
@@ -156,9 +156,8 @@ void WrenchDisplay::processMessage(geometry_msgs::msg::WrenchStamped::ConstShare
156
157
if (!validateFloats(*msg)) {
158
setStatus(
159
- rviz_common::properties::StatusProperty::Error, "Topic",
160
- "Message contained invalid floating point values (nans or infs)");
161
- return;
+ rviz_common::properties::StatusProperty::Ok, "Topic",
+ "Message might contain floating point values (nans or infs)");
162
}
163
164
0 commit comments