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 f68ad4a commit 4a7609aCopy full SHA for 4a7609a
control_toolbox/include/control_toolbox/filter_traits.hpp
@@ -185,10 +185,7 @@ struct FilterTraits<std::vector<U>>
185
using StorageType = FilterVector<U>;
186
using DataType = std::vector<U>;
187
188
- static void initialize(StorageType & storage)
189
- {
190
- storage.data = std::vector<U>{std::numeric_limits<U>::quiet_NaN()};
191
- }
+ static void initialize(StorageType & storage) { (void)storage; }
192
193
static bool is_finite(const StorageType & storage)
194
{
0 commit comments